Searched refs:struct_type (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-klconfig.c17 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) find_component() argument
37 if (KLCF_COMP_TYPE(kli) == struct_type) find_component()
45 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) find_first_component() argument
47 return find_component(brd, (klinfo_t *)NULL, struct_type); find_first_component()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.h71 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \
77 struct struct_type *stats = wl->stats.fw_stats; \
91 #define DEBUGFS_FWSTATS_FILE_ARRAY(sub, name, len, struct_type) \
97 struct struct_type *stats = wl->stats.fw_stats; \
/linux-4.4.14/fs/f2fs/
H A Dsuper.c110 int struct_type; member in struct:f2fs_attr
114 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) __struct_ptr() argument
116 if (struct_type == GC_THREAD) __struct_ptr()
118 else if (struct_type == SM_INFO) __struct_ptr()
120 else if (struct_type == NM_INFO) __struct_ptr()
122 else if (struct_type == F2FS_SBI) __struct_ptr()
133 ptr = __struct_ptr(sbi, a->struct_type); f2fs_sbi_show()
151 ptr = __struct_ptr(sbi, a->struct_type); f2fs_sbi_store()
196 .struct_type = _struct_type, \
200 #define F2FS_RW_ATTR(struct_type, struct_name, name, elname) \
201 F2FS_ATTR_OFFSET(struct_type, name, 0644, \
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dklconfig.h182 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
217 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dklconfig.h423 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
459 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
485 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s

Completed in 237 milliseconds