Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Drelay.h69 int is_global; /* One global buffer ? */ member
149 int *is_global);
/linux-2.6.39/kernel/
Drelay.c307 int *is_global) in create_buf_file_default_callback() argument
390 if (chan->is_global && chan->buf[0]) { in relay_reset()
425 &chan->is_global); in relay_create_buf_file()
442 if (chan->is_global) in relay_open_buf()
459 if(chan->is_global) { in relay_open_buf()
817 if (chan->is_global && chan->buf[0]) in relay_close()
848 if (chan->is_global && chan->buf[0]) { in relay_flush()
/linux-2.6.39/include/rdma/
Dib_user_verbs.h345 __u8 is_global; member
433 __u8 is_global; member
/linux-2.6.39/drivers/infiniband/core/
Duverbs_marshall.c48 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0; in ib_copy_ah_attr_to_user()
Duverbs_cmd.c1254 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH); in ib_uverbs_query_qp()
1266 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH); in ib_uverbs_query_qp()
1344 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0; in ib_uverbs_modify_qp()
1356 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0; in ib_uverbs_modify_qp()
1803 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0; in ib_uverbs_create_ah()
/linux-2.6.39/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-2.6.39/kernel/trace/
Dblktrace.c404 int *is_global) in blk_create_buf_file_callback() argument