Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/
Drelay.h67 int is_global; /* One global buffer ? */ member
147 int *is_global);
/linux-4.1.27/kernel/
Drelay.c310 int *is_global) in create_buf_file_default_callback() argument
393 if (chan->is_global && chan->buf[0]) { in relay_reset()
428 &chan->is_global); in relay_create_buf_file()
445 if (chan->is_global) in relay_open_buf()
462 if(chan->is_global) { in relay_open_buf()
823 if (chan->is_global && chan->buf[0]) in relay_close()
854 if (chan->is_global && chan->buf[0]) { in relay_flush()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dspectral.c474 int *is_global) in create_buf_file_handler() argument
480 *is_global = 1; in create_buf_file_handler()
/linux-4.1.27/drivers/infiniband/core/
Duverbs_marshall.c49 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0; in ib_copy_ah_attr_to_user()
Duverbs_cmd.c1978 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH); in ib_uverbs_query_qp()
1990 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH); in ib_uverbs_query_qp()
2082 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0; in ib_uverbs_modify_qp()
2094 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0; in ib_uverbs_modify_qp()
2564 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0; in ib_uverbs_create_ah()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c557 int *is_global) in create_buf_file_handler() argument
563 *is_global = 1; in create_buf_file_handler()
/linux-4.1.27/include/uapi/rdma/
Dib_user_verbs.h438 __u8 is_global; member
537 __u8 is_global; member
/linux-4.1.27/Documentation/filesystems/
Drelay.txt180 create_buf_file(filename, parent, mode, buf, is_global)
227 int *is_global)
281 implementation should set the value of the is_global outparam to a
/linux-4.1.27/kernel/trace/
Dblktrace.c404 int *is_global) in blk_create_buf_file_callback() argument