Searched refs:is_global (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drelay.h69 int is_global; /* One global buffer ? */ member in struct:rchan
128 * @is_global: outparam - set non-zero if the buffer should be global
139 * Setting the is_global outparam to a non-zero value will
149 int *is_global);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c314 int *is_global)
397 if (chan->is_global && chan->buf[0]) {
432 &chan->is_global);
449 if (chan->is_global)
466 if(chan->is_global) {
824 if (chan->is_global && chan->buf[0])
855 if (chan->is_global && chan->buf[0]) {
310 create_buf_file_default_callback(const char *filename, struct dentry *parent, int mode, struct rchan_buf *buf, int *is_global) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_user_verbs.h344 __u8 is_global; member in struct:ib_uverbs_ah_attr
432 __u8 is_global; member in struct:ib_uverbs_qp_dest
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_marshall.c47 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Duverbs_cmd.c1252 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
1264 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
1342 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
1354 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
1801 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dblktrace.c398 int *is_global)
394 blk_create_buf_file_callback(const char *filename, struct dentry *parent, int mode, struct rchan_buf *buf, int *is_global) argument

Completed in 491 milliseconds