Home
last modified time | relevance | path

Searched refs:get_optmem_max (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dmsghdr.c265 get_optmem_max(struct tcb *tcp) in get_optmem_max() function
296 unsigned int control_len = in_control_len > get_optmem_max(tcp) in decode_msg_control()
297 ? get_optmem_max(tcp) : in_control_len; in decode_msg_control()
DChangeLog9599 Pass tcp argument to get_optmem_max/read_int_from_file.
9604 * msghdr.c (get_optmem_max): Add "struct tcb *tcp" as the first
9606 (decode_msg_control): Pass tcp to get_optmem_max.
27309 (get_optmem_max): Replace UIO_MAXIOV with IOV_MAX.
27646 * msghdr.c (get_optmem_max): New function based on read_int_from_file.