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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drelay.h68 int is_global; /* One global buffer ? */ member in struct:rchan
126 * @is_global: outparam - set non-zero if the buffer should be global
137 * Setting the is_global outparam to a non-zero value will
147 int *is_global);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c289 int *is_global)
372 if (chan->is_global && chan->buf[0]) {
396 if (chan->is_global)
413 buf, &chan->is_global);
419 if(chan->is_global) {
685 if (chan->is_global && chan->buf[0])
716 if (chan->is_global && chan->buf[0]) {
285 create_buf_file_default_callback(const char *filename, struct dentry *parent, int mode, struct rchan_buf *buf, int *is_global) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_user_verbs.h343 __u8 is_global; member in struct:ib_uverbs_ah_attr
431 __u8 is_global; member in struct:ib_uverbs_qp_dest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_marshall.c47 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Duverbs_cmd.c1220 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
1232 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
1310 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
1322 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
1760 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dblktrace.c300 int *is_global)
296 blk_create_buf_file_callback(const char *filename, struct dentry *parent, int mode, struct rchan_buf *buf, int *is_global) argument

Completed in 129 milliseconds