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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_trace.c22 int *is_global)
24 *is_global = 1;
18 t7xx_trace_create_buf_file_handler(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/include/linux/
H A Drelay.h70 int is_global; /* One global buffer ? */ member in struct:rchan
112 * @is_global: outparam - set non-zero if the buffer should be global
123 * Setting the is_global outparam to a non-zero value will
135 int *is_global);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_trace.c39 int *is_global)
41 *is_global = 1;
35 ipc_trace_create_buf_file_handler(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/kernel/
H A Drelay.c327 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) {
362 &chan->is_global);
381 if (chan->is_global)
397 &chan->is_global);
405 if(chan->is_global) {
592 if (chan->is_global) {
597 if (dentry && !WARN_ON_ONCE(!chan->is_global)) {
761 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0)))
793 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) {
/linux-master/drivers/infiniband/core/
H A Duverbs_marshall.c80 dst->is_global = rdma_ah_get_ah_flags(src) &
82 if (dst->is_global) {
H A Duverbs_cmd.c1624 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) &
1626 if (uverb_attr->is_global) {
1733 if (uverb_attr->is_global) {
2427 if (cmd.attr.is_global) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dspectral.c470 int *is_global)
479 *is_global = 1;
466 create_buf_file_handler(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c249 int *is_global)
257 * Need to set 'is_global' even if parent is NULL for early logging.
259 *is_global = 1;
245 create_buf_file_callback(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h543 __u8 is_global; member in struct:ib_uverbs_ah_attr
678 __u8 is_global; member in struct:ib_uverbs_qp_dest
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c373 struct rchan_buf *buf, int *is_global)
382 *is_global = 1;
372 create_buf_file_cb(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c1015 int *is_global)
1024 *is_global = 1;
1011 create_buf_file_handler(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dspectral.c134 int *is_global)
140 *is_global = 1;
130 create_buf_file_handler(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c586 struct rchan_buf *buf, int *is_global)
595 *is_global = 1;
585 create_buf_file_cb(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument
/linux-master/kernel/bpf/
H A Dbtf.c7131 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL; local
7152 if (!is_global) /* not fatal for static funcs */
7184 if (!is_global)
7195 if (!is_global)
7217 if (!is_global) {
7294 if (is_global) { /* generic user data pointer */
7327 if (!is_global)
/linux-master/kernel/trace/
H A Dblktrace.c487 int *is_global)
483 blk_create_buf_file_callback(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) argument

Completed in 280 milliseconds