Searched refs:struct_type (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-klconfig.c | 17 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 37 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component() 45 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument 47 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 71 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ argument 77 struct struct_type *stats = wl->stats.fw_stats; \ 91 #define DEBUGFS_FWSTATS_FILE_ARRAY(sub, name, len, struct_type) \ argument 97 struct struct_type *stats = wl->stats.fw_stats; \
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | klconfig.h | 182 unsigned char struct_type; /* type of structure, local or remote */ member 217 unsigned char struct_type; /* type of this structure */ member
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 101 int struct_type; member 105 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() argument 107 if (struct_type == GC_THREAD) in __struct_ptr() 109 else if (struct_type == SM_INFO) in __struct_ptr() 111 else if (struct_type == NM_INFO) in __struct_ptr() 113 else if (struct_type == F2FS_SBI) in __struct_ptr() 124 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show() 142 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_store() 187 .struct_type = _struct_type, \ 191 #define F2FS_RW_ATTR(struct_type, struct_name, name, elname) \ argument [all …]
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | klconfig.h | 423 unsigned char struct_type; /* type of structure, local or remote */ member 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
|