| /linux-4.4.14/include/trace/events/ | 
| D | f2fs.h | 47 #define show_block_type(type)						\  argument61 #define show_bio_type(type)	show_bio_base(type), show_bio_extra(type)  argument
 63 #define show_bio_base(type)						\  argument
 74 #define show_bio_extra(type)						\  argument
 81 #define show_data_type(type)						\  argument
 91 #define show_file_type(type)						\  argument
 96 #define show_gc_type(type)						\  argument
 101 #define show_alloc_mode(type)						\  argument
 106 #define show_victim_policy(type)					\  argument
 111 #define show_cpreason(type)						\  argument
 
 | 
| D | btrfs.h | 28 #define show_ref_type(type)						\  argument149 #define __show_map_type(type)						\  argument
 156 #define show_map_type(type)			\  argument
 621 #define show_chunk_type(type)					\  argument
 
 | 
| D | nilfs2.h | 11 #define show_collection_stage(type)					\  argument56 #define show_transaction_state(type)					\  argument
 
 | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_export.c | 31 #define __field_struct(type, item)  argument34 #define __field(type, item)				type item;  argument
 37 #define __field_desc(type, container, item)		type item;  argument
 40 #define __array(type, item, size)			type item[size];  argument
 43 #define __array_desc(type, container, item, size)	type item[size];  argument
 46 #define __dynamic_array(type, item)			type item[];  argument
 75 #define __field(type, item)						\  argument
 84 #define __field_desc(type, container, item)	\  argument
 94 #define __array(type, item, len)					\  argument
 107 #define __array_desc(type, container, item, len)			\  argument
 [all …]
 
 | 
| D | trace_probe.c | 39 #define DEFINE_BASIC_PRINT_TYPE_FUNC(type, fmt)				\  argument85 #define DEFINE_FETCH_reg(type)						\  argument
 97 #define DEFINE_FETCH_retval(type)					\  argument
 117 #define DEFINE_FETCH_deref(type)					\  argument
 175 #define DEFINE_FETCH_bitfield(type)					\  argument
 221 static const struct fetch_type *find_fetch_type(const char *type,  in find_fetch_type()
 277 static fetch_func_t get_fetch_size_function(const struct fetch_type *type,  in get_fetch_size_function()
 
 | 
| D | trace_probe.h | 54 #define DEFINE_FIELD(type, item, name, is_signed)			\  argument134 #define PRINT_TYPE_FUNC_NAME(type)	print_type_##type  argument
 135 #define PRINT_TYPE_FMT_NAME(type)	print_type_format_##type  argument
 138 #define DECLARE_BASIC_PRINT_TYPE_FUNC(type)				\  argument
 153 #define FETCH_FUNC_NAME(method, type)	fetch_##method##_##type  argument
 156 #define DECLARE_FETCH_FUNC(method, type)				\  argument
 202 #define ASSIGN_FETCH_FUNC(method, type)	\  argument
 270 	const struct fetch_type	*type;	/* Type of this argument */  member
 
 | 
| /linux-4.4.14/net/sctp/ | 
| D | sm_statefuns.c | 220 				  const sctp_subtype_t type,  in sctp_sf_do_4_C()306 					const sctp_subtype_t type,  in sctp_sf_do_5_1B_init()
 502 				       const sctp_subtype_t type,  in sctp_sf_do_5_1C_ack()
 652 				      const sctp_subtype_t type, void *arg,  in sctp_sf_do_5_1D_ce()
 878 				      const sctp_subtype_t type, void *arg,  in sctp_sf_do_5_1E_ca()
 955 					    const sctp_subtype_t type,  in sctp_sf_heartbeat()
 981 					const sctp_subtype_t type,  in sctp_sf_sendbeat_8_3()
 1052 				    const sctp_subtype_t type,  in sctp_sf_beat_8_3()
 1126 					const sctp_subtype_t type,  in sctp_sf_backbeat_8_3()
 1391 	const sctp_subtype_t type,  in sctp_sf_do_unexpected_init()
 [all …]
 
 | 
| /linux-4.4.14/crypto/ | 
| D | api.c | 59 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type,  in __crypto_alg_lookup()109 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask)  in crypto_larval_alloc()
 129 static struct crypto_alg *crypto_larval_add(const char *name, u32 type,  in crypto_larval_add()
 195 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask)  in crypto_alg_lookup()
 207 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask)  in crypto_larval_lookup()
 249 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask)  in crypto_alg_mod_lookup()
 287 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask)  in crypto_init_ops()
 311 	const struct crypto_type *type = tfm->__crt_alg->cra_type;  in crypto_exit_ops()  local
 333 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask)  in crypto_ctxsize()
 366 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,  in __crypto_alloc_tfm()
 [all …]
 
 | 
| D | af_alg.c | 27 	const struct af_alg_type *type;  member45 	const struct af_alg_type *type = ERR_PTR(-ENOENT);  in alg_get_type()  local
 62 int af_alg_register_type(const struct af_alg_type *type)  in af_alg_register_type()
 92 int af_alg_unregister_type(const struct af_alg_type *type)  in af_alg_unregister_type()
 113 static void alg_do_release(const struct af_alg_type *type, void *private)  in alg_do_release()
 156 	const struct af_alg_type *type;  in alg_bind()  local
 208 	const struct af_alg_type *type = ask->type;  in alg_setkey()  local
 233 	const struct af_alg_type *type;  in alg_setsockopt()  local
 272 	const struct af_alg_type *type;  in af_alg_accept()  local
 
 | 
| D | algboss.c | 34 	} type;  member59 	u32 type;  member
 214 	u32 type = param->type;  in cryptomgr_test()  local
 237 	u32 type;  in cryptomgr_schedule_test()  local
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | quotaops.h | 75 static inline int dquot_suspend(struct super_block *sb, int type)  in dquot_suspend()108 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type)  in sb_dqinfo()
 117 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type)  in sb_has_quota_usage_enabled()
 123 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type)  in sb_has_quota_limits_enabled()
 129 static inline bool sb_has_quota_suspended(struct super_block *sb, int type)  in sb_has_quota_suspended()
 141 static inline bool sb_has_quota_loaded(struct super_block *sb, int type)  in sb_has_quota_loaded()
 152 static inline bool sb_has_quota_active(struct super_block *sb, int type)  in sb_has_quota_active()
 167 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type)  in sb_has_quota_usage_enabled()
 172 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type)  in sb_has_quota_limits_enabled()
 177 static inline int sb_has_quota_suspended(struct super_block *sb, int type)  in sb_has_quota_suspended()
 [all …]
 
 | 
| D | elfnote.h | 41 #define ELFNOTE_START(name, type, flags)	\  argument55 #define ELFNOTE(name, type, desc)		\  argument
 71 #define _ELFNOTE(size, name, unique, type, desc)			\  argument
 91 #define ELFNOTE(size, name, type, desc)		\  argument
 94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc)  argument
 95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc)  argument
 
 | 
| D | firmware-map.h | 32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type)  in firmware_map_add_early()37 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type)  in firmware_map_add_hotplug()
 42 static inline int firmware_map_remove(u64 start, u64 end, const char *type)  in firmware_map_remove()
 
 | 
| D | percpu-defs.h | 85 #define DECLARE_PER_CPU_SECTION(type, name, sec)			\  argument89 #define DEFINE_PER_CPU_SECTION(type, name, sec)				\  argument
 100 #define DECLARE_PER_CPU_SECTION(type, name, sec)			\  argument
 103 #define DEFINE_PER_CPU_SECTION(type, name, sec)				\  argument
 112 #define DECLARE_PER_CPU(type, name)					\  argument
 115 #define DEFINE_PER_CPU(type, name)					\  argument
 122 #define DECLARE_PER_CPU_FIRST(type, name)				\  argument
 125 #define DEFINE_PER_CPU_FIRST(type, name)				\  argument
 139 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name)			\  argument
 143 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name)			\  argument
 [all …]
 
 | 
| D | profile.h | 57 static inline void profile_hit(int type, void *ip)  in profile_hit()97 static inline void profile_tick(int type)  in profile_tick()
 102 static inline void profile_hits(int type, void *ip, unsigned int nr_hits)  in profile_hits()
 107 static inline void profile_hit(int type, void *ip)  in profile_hit()
 
 | 
| D | typecheck.h | 8 #define typecheck(type,x) \  argument19 #define typecheck_fn(type,function) \  argument
 
 | 
| D | pid.h | 175 #define do_each_pid_task(pid, type, task)				\  argument185 #define while_each_pid_task(pid, type, task)				\  argument
 191 #define do_each_pid_thread(pid, type, task)				\  argument
 196 #define while_each_pid_thread(pid, type, task)				\  argument
 
 | 
| D | swap_cgroup.h | 30 swap_cgroup_swapon(int type, unsigned long max_pages)  in swap_cgroup_swapon()35 static inline void swap_cgroup_swapoff(int type)  in swap_cgroup_swapoff()
 
 | 
| D | kfifo.h | 76 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \  argument82 #define STRUCT_KFIFO(type, size) \  argument
 85 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \  argument
 91 #define STRUCT_KFIFO_PTR(type) \  argument
 123 #define DECLARE_KFIFO_PTR(fifo, type)	STRUCT_KFIFO_PTR(type) fifo  argument
 131 #define DECLARE_KFIFO(fifo, type, size)	STRUCT_KFIFO(type, size) fifo  argument
 156 #define DEFINE_KFIFO(fifo, type, size) \  argument
 
 | 
| D | plist.h | 235 # define plist_first_entry(head, type, member)	\  argument241 # define plist_first_entry(head, type, member)	\  argument
 252 # define plist_last_entry(head, type, member)	\  argument
 258 # define plist_last_entry(head, type, member)	\  argument
 
 | 
| D | frontswap.h | 89 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset)  in frontswap_invalidate_page()95 static inline void frontswap_invalidate_area(unsigned type)  in frontswap_invalidate_area()
 101 static inline void frontswap_init(unsigned type, unsigned long *map)  in frontswap_init()
 
 | 
| D | moduleparam.h | 125 #define module_param(name, type, perm)				\  argument131 #define module_param_unsafe(name, type, perm)			\  argument
 145 #define module_param_named(name, value, type, perm)			   \  argument
 153 #define module_param_named_unsafe(name, value, type, perm)		\  argument
 267 #define core_param(name, var, type, perm)				\  argument
 274 #define core_param_unsafe(name, var, type, perm)		\  argument
 343 #define __param_check(name, p, type) \  argument
 428 #define module_param_array(name, type, nump, perm)		\  argument
 442 #define module_param_array_named(name, array, type, nump, perm)		\  argument
 
 | 
| /linux-4.4.14/fs/quota/ | 
| D | quota.c | 21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd,  in check_quotactl_permission()50 	int type = *(int *)arg;  in quota_sync_one()  local
 57 static int quota_sync_all(int type)  in quota_sync_all()
 69 unsigned int qtype_enforce_flag(int type)  in qtype_enforce_flag()
 82 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id,  in quota_quotaon()
 94 static int quota_quotaoff(struct super_block *sb, int type)  in quota_quotaoff()
 103 static int quota_getfmt(struct super_block *sb, int type, void __user *addr)  in quota_getfmt()
 119 static int quota_getinfo(struct super_block *sb, int type, void __user *addr)  in quota_getinfo()
 149 static int quota_setinfo(struct super_block *sb, int type, void __user *addr)  in quota_setinfo()
 203 static int quota_getquota(struct super_block *sb, int type, qid_t id,  in quota_getquota()
 [all …]
 
 | 
| D | quota_v1.c | 57 	int type = dquot->dq_id.type;  in v1_read_dqblk()  local82 	short type = dquot->dq_id.type;  in v1_commit_dqblk()  local
 125 static int v1_check_quota_file(struct super_block *sb, int type)  in v1_check_quota_file()
 157 static int v1_read_file_info(struct super_block *sb, int type)  in v1_read_file_info()
 182 static int v1_write_file_info(struct super_block *sb, int type)  in v1_write_file_info()
 
 | 
| D | dquot.c | 256 	int type = qid.type;  in hashfn()  local393 void mark_info_dirty(struct super_block *sb, int type)  in mark_info_dirty()
 513 static void invalidate_dquots(struct super_block *sb, int type)  in invalidate_dquots()
 605 int dquot_writeback_dquots(struct super_block *sb, int type)  in dquot_writeback_dquots()
 656 int dquot_quota_sync(struct super_block *sb, int type)  in dquot_quota_sync()
 797 struct dquot *dquot_alloc(struct super_block *sb, int type)  in dquot_alloc()
 803 static struct dquot *get_empty_dquot(struct super_block *sb, int type)  in get_empty_dquot()
 906 static int dqinit_needed(struct inode *inode, int type)  in dqinit_needed()
 924 static void add_dquot_ref(struct super_block *sb, int type)  in add_dquot_ref()
 978 static void remove_inode_dquot_ref(struct inode *inode, int type,  in remove_inode_dquot_ref()
 [all …]
 
 | 
| D | quota_v2.c | 58 static int v2_read_header(struct super_block *sb, int type,  in v2_read_header()74 static int v2_check_quota_file(struct super_block *sb, int type)  in v2_check_quota_file()
 89 static int v2_read_file_info(struct super_block *sb, int type)  in v2_read_file_info()
 154 static int v2_write_file_info(struct super_block *sb, int type)  in v2_write_file_info()
 301 static int v2_free_file_info(struct super_block *sb, int type)  in v2_free_file_info()
 
 | 
| /linux-4.4.14/kernel/bpf/ | 
| D | inode.c | 30 static void *bpf_any_get(void *raw, enum bpf_type type)  in bpf_any_get()47 static void bpf_any_put(void *raw, enum bpf_type type)  in bpf_any_put()
 62 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type)  in bpf_fd_probe_obj()
 109 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type)  in bpf_inode_type()
 174 	enum bpf_type type = MINOR(devt);  in bpf_mkobj()  local
 199 			  enum bpf_type type)  in bpf_obj_do_pin()
 236 	enum bpf_type type;  in bpf_obj_pin_user()  local
 259 			    enum bpf_type *type)  in bpf_obj_do_get()
 292 	enum bpf_type type = BPF_TYPE_UNSPEC;  in bpf_obj_get_user()  local
 323 	enum bpf_type type;  in bpf_evict_inode()  local
 [all …]
 
 | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-exception-store.c | 24 	struct dm_exception_store_type *type;  in __find_exception_store_type()  local35 	struct dm_exception_store_type *type;  in _get_exception_store_type()  local
 75 	struct dm_exception_store_type *type;  in get_type()  local
 103 static void put_type(struct dm_exception_store_type *type)  in put_type()
 110 int dm_exception_store_type_register(struct dm_exception_store_type *type)  in dm_exception_store_type_register()
 125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type)  in dm_exception_store_type_unregister()
 197 	struct dm_exception_store_type *type = NULL;  in dm_exception_store_create()  local
 
 | 
| D | dm-cache-policy.c | 79 int dm_cache_policy_register(struct dm_cache_policy_type *type)  in dm_cache_policy_register()103 void dm_cache_policy_unregister(struct dm_cache_policy_type *type)  in dm_cache_policy_unregister()
 117 	struct dm_cache_policy_type *type;  in dm_cache_policy_create()  local
 
 | 
| /linux-4.4.14/include/uapi/asm-generic/ | 
| D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \  argument76 #define _IO(type,nr)		_IOC(_IOC_NONE,(type),(nr),0)  argument
 77 #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))  argument
 78 #define _IOW(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))  argument
 79 #define _IOWR(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))  argument
 80 #define _IOR_BAD(type,nr,size)	_IOC(_IOC_READ,(type),(nr),sizeof(size))  argument
 81 #define _IOW_BAD(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),sizeof(size))  argument
 82 #define _IOWR_BAD(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))  argument
 
 | 
| /linux-4.4.14/include/trace/ | 
| D | trace_events.h | 70 #define __field(type, item)		type	item;  argument73 #define __field_ext(type, item, filter_type)	type	item;  argument
 76 #define __field_struct(type, item)	type	item;  argument
 79 #define __field_struct_ext(type, item, filter_type)	type	item;  argument
 82 #define __array(type, item, len)	type	item[len];  argument
 85 #define __dynamic_array(type, item, len) u32 __data_loc_##item;  argument
 156 #define __field(type, item)  argument
 159 #define __field_ext(type, item, filter_type)  argument
 162 #define __field_struct(type, item)  argument
 165 #define __field_struct_ext(type, item, filter_type)  argument
 [all …]
 
 | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | auto_fs4.h | 38 static inline void set_autofs_type_indirect(unsigned int *type)  in set_autofs_type_indirect()44 static inline unsigned int autofs_type_indirect(unsigned int type)  in autofs_type_indirect()
 49 static inline void set_autofs_type_direct(unsigned int *type)  in set_autofs_type_direct()
 55 static inline unsigned int autofs_type_direct(unsigned int type)  in autofs_type_direct()
 60 static inline void set_autofs_type_offset(unsigned int *type)  in set_autofs_type_offset()
 66 static inline unsigned int autofs_type_offset(unsigned int type)  in autofs_type_offset()
 71 static inline unsigned int autofs_type_trigger(unsigned int type)  in autofs_type_trigger()
 81 static inline void set_autofs_type_any(unsigned int *type)  in set_autofs_type_any()
 87 static inline unsigned int autofs_type_any(unsigned int type)  in autofs_type_any()
 
 | 
| D | cryptouser.h | 64 	char type[CRYPTO_MAX_NAME];  member68 	char type[CRYPTO_MAX_NAME];  member
 74 	char type[CRYPTO_MAX_ALG_NAME];  member
 81 	char type[CRYPTO_MAX_NAME];  member
 90 	char type[CRYPTO_MAX_NAME];  member
 98 	char type[CRYPTO_MAX_NAME];  member
 102 	char type[CRYPTO_MAX_NAME];  member
 107 	char type[CRYPTO_MAX_NAME];  member
 
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | insn.c | 275 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type,  in aarch64_get_imm_shift_mask()336 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn)  in aarch64_insn_decode_immediate()
 360 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type,  in aarch64_insn_encode_immediate()
 391 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type,  in aarch64_insn_encode_register()
 429 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type,  in aarch64_insn_encode_ldst_size()
 476 					  enum aarch64_insn_branch_type type)  in aarch64_insn_gen_branch_imm()
 507 				     enum aarch64_insn_branch_type type)  in aarch64_insn_gen_comp_branch_imm()
 571 				enum aarch64_insn_branch_type type)  in aarch64_insn_gen_branch_reg()
 597 				    enum aarch64_insn_ldst_type type)  in aarch64_insn_gen_load_store_reg()
 629 				     enum aarch64_insn_ldst_type type)  in aarch64_insn_gen_load_store_pair()
 [all …]
 
 | 
| D | jump_label.c | 26 			       enum jump_label_type type)  in arch_jump_label_transform()43 				      enum jump_label_type type)  in arch_jump_label_transform_static()
 
 | 
| /linux-4.4.14/arch/cris/include/arch-v32/arch/ | 
| D | unistd.h | 9 #define _syscall0(type,name) \  argument27 #define _syscall1(type,name,type1,arg1) \  argument
 45 #define _syscall2(type,name,type1,arg1,type2,arg2) \  argument
 64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \  argument
 84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \  argument
 106 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \  argument
 130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \  argument
 
 | 
| /linux-4.4.14/arch/cris/include/arch-v10/arch/ | 
| D | unistd.h | 9 #define _syscall0(type,name) \  argument26 #define _syscall1(type,name,type1,arg1) \  argument
 43 #define _syscall2(type,name,type1,arg1,type2,arg2) \  argument
 61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \  argument
 80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \  argument
 101 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \  argument
 124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \  argument
 
 | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | quota_global.c | 165 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data,  in ocfs2_quota_read()214 ssize_t ocfs2_quota_write(struct super_block *sb, int type,  in ocfs2_quota_write()
 336 int ocfs2_global_read_info(struct super_block *sb, int type)  in ocfs2_global_read_info()
 415 static int __ocfs2_global_write_info(struct super_block *sb, int type)  in __ocfs2_global_write_info()
 443 int ocfs2_global_write_info(struct super_block *sb, int type)  in ocfs2_global_write_info()
 456 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type)  in ocfs2_global_qinit_alloc()
 467 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type)  in ocfs2_calc_global_qinit_credits()
 482 	int type = dquot->dq_id.type;  in __ocfs2_sync_dquot()  local
 591 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type)  in ocfs2_sync_dquot_helper()
 669 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type)  in ocfs2_calc_qdel_credits()
 [all …]
 
 | 
| D | sysfile.c | 50 static inline int is_global_system_inode(int type)  in is_global_system_inode()57 					     int type,  in get_local_system_inode()
 104 					  int type,  in ocfs2_get_system_file_inode()
 139 						   int type,  in _ocfs2_get_system_file_inode()
 
 | 
| D | quota_local.c | 160 static int ocfs2_local_check_quota_file(struct super_block *sb, int type)  in ocfs2_local_check_quota_file()330 	int type;  in ocfs2_free_quota_recovery()  local
 340 				     int type,  in ocfs2_recovery_load_quota()
 372 	int type;  in ocfs2_alloc_quota_recovery()  local
 397 	int type;  in ocfs2_begin_quota_recovery()  local
 459 					  int type,  in ocfs2_recover_local_quota_file()
 592 	int type;  in ocfs2_finish_quota_recovery()  local
 683 static int ocfs2_local_read_info(struct super_block *sb, int type)  in ocfs2_local_read_info()
 794 static int ocfs2_local_write_info(struct super_block *sb, int type)  in ocfs2_local_write_info()
 812 static int ocfs2_local_free_info(struct super_block *sb, int type)  in ocfs2_local_free_info()
 [all …]
 
 | 
| D | acl.c | 123 					      int type,  in ocfs2_get_acl_nolock()227 			 int type,  in ocfs2_set_acl()
 285 int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in ocfs2_iop_set_acl()
 302 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type)  in ocfs2_iop_get_acl()
 
 | 
| D | ocfs2_lockid.h | 56 static inline char ocfs2_lock_type_char(enum ocfs2_lock_type type)  in ocfs2_lock_type_char()120 static inline const char *ocfs2_lock_type_string(enum ocfs2_lock_type type)  in ocfs2_lock_type_string()
 
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | iscsi_boot_sysfs.c | 33 	int type;  member308 		       ssize_t (*show) (void *data, int type, char *buf),  in iscsi_boot_create_kobj()
 309 		       umode_t (*is_visible) (void *data, int type),  in iscsi_boot_create_kobj()
 371 			 ssize_t (*show) (void *data, int type, char *buf),  in iscsi_boot_create_target()
 372 			 umode_t (*is_visible) (void *data, int type),  in iscsi_boot_create_target()
 396 			    ssize_t (*show) (void *data, int type, char *buf),  in iscsi_boot_create_initiator()
 397 			    umode_t (*is_visible) (void *data, int type),  in iscsi_boot_create_initiator()
 422 			   ssize_t (*show) (void *data, int type, char *buf),  in iscsi_boot_create_ethernet()
 423 			   umode_t (*is_visible) (void *data, int type),  in iscsi_boot_create_ethernet()
 
 | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | unaligned.c | 111 #define     _LoadHW(addr, value, res, type)  \  argument134 #define     _LoadW(addr, value, res, type)   \  argument
 156 #define     _LoadW(addr, value, res, type) \  argument
 191 #define     _LoadHWU(addr, value, res, type) \  argument
 216 #define     _LoadWU(addr, value, res, type)  \  argument
 260 #define	    _LoadWU(addr, value, res, type) \  argument
 345 #define     _StoreHW(addr, value, res, type) \  argument
 369 #define     _StoreW(addr, value, res, type)  \  argument
 411 #define     _StoreW(addr, value, res, type)  \  argument
 490 #define     _LoadHW(addr, value, res, type)  \  argument
 [all …]
 
 | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | timing.h | 32 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type)  in kvmppc_set_exit_type()44 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {}  in kvmppc_set_exit_type()
 48 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)  in kvmppc_account_exit_stat()
 103 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type)  in kvmppc_account_exit()
 
 | 
| /linux-4.4.14/net/ax25/ | 
| D | ax25_std_in.c | 42 …ic int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)  in ax25_std_state1_machine()106 …ic int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)  in ax25_std_state2_machine()
 144 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)  in ax25_std_state3_machine()
 269 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)  in ax25_std_state4_machine()
 422 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)  in ax25_std_frame_in()
 
 | 
| D | ax25_ds_in.c | 35 …tic int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)  in ax25_ds_state1_machine()103 …tic int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)  in ax25_ds_state2_machine()
 148 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)  in ax25_ds_state3_machine()
 282 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)  in ax25_ds_frame_in()
 
 | 
| /linux-4.4.14/arch/mips/fw/arc/ | 
| D | memory.c | 66 static inline int memtype_classify_arcs(union linux_memtypes type)  in memtype_classify_arcs()86 static inline int memtype_classify_arc(union linux_memtypes type)  in memtype_classify_arc()
 106 static int __init prom_memtype_classify(union linux_memtypes type)  in prom_memtype_classify()
 134 		long type;  in prom_meminit()  local
 
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | bootstd.h | 37 #define __bsc_return(type, res) \  argument48 #define _bsc0(type,name) \  argument
 59 #define _bsc1(type,name,atype,a) \  argument
 71 #define _bsc2(type,name,atype,a,btype,b) \  argument
 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \  argument
 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \  argument
 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \  argument
 
 | 
| D | module.h | 12 	enum m68k_fixup_type type;  member28 #define m68k_fixup(type, addr)			\  argument
 
 | 
| /linux-4.4.14/drivers/firmware/ | 
| D | memmap.c | 42 	const char		*type;	/* type of the memory range */  member151 				  const char *type,  in firmware_map_add_entry()
 227 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type,  in firmware_map_find_entry_in_list()
 254 firmware_map_find_entry(u64 start, u64 end, const char *type)  in firmware_map_find_entry()
 271 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type)  in firmware_map_find_entry_bootmem()
 290 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type)  in firmware_map_add_hotplug()
 332 int __init firmware_map_add_early(u64 start, u64 end, const char *type)  in firmware_map_add_early()
 353 int __meminit firmware_map_remove(u64 start, u64 end, const char *type)  in firmware_map_remove()
 
 | 
| /linux-4.4.14/drivers/platform/chrome/ | 
| D | chromeos_laptop.c | 71 	enum i2c_adapter_type type;  member229 static int find_i2c_adapter_num(enum i2c_adapter_type type)  in find_i2c_adapter_num()
 261 		enum i2c_adapter_type type,  in add_probed_i2c_device()
 277 						enum i2c_adapter_type type,  in add_i2c_device()
 286 static int setup_cyapa_tp(enum i2c_adapter_type type)  in setup_cyapa_tp()
 296 static int setup_atmel_224s_tp(enum i2c_adapter_type type)  in setup_atmel_224s_tp()
 309 static int setup_atmel_1664s_ts(enum i2c_adapter_type type)  in setup_atmel_1664s_ts()
 322 static int setup_isl29018_als(enum i2c_adapter_type type)  in setup_isl29018_als()
 332 static int setup_tsl2583_als(enum i2c_adapter_type type)  in setup_tsl2583_als()
 342 static int setup_tsl2563_als(enum i2c_adapter_type type)  in setup_tsl2563_als()
 
 | 
| /linux-4.4.14/drivers/rapidio/ | 
| D | rio-access.c | 42 #define RIO_LOP_READ(size,type,len) \  argument66 #define RIO_LOP_WRITE(size,type,len) \  argument
 102 #define RIO_OP_READ(size,type,len) \  argument
 126 #define RIO_OP_WRITE(size,type,len) \  argument
 
 | 
| /linux-4.4.14/sound/core/ | 
| D | sound_oss.c | 40 void *snd_lookup_oss_minor_data(unsigned int minor, int type)  in snd_lookup_oss_minor_data()61 static int snd_oss_kernel_minor(int type, struct snd_card *card, int dev)  in snd_oss_kernel_minor()
 101 int snd_register_oss_device(int type, struct snd_card *card, int dev,  in snd_register_oss_device()
 165 int snd_unregister_oss_device(int type, struct snd_card *card, int dev)  in snd_unregister_oss_device()
 211 static const char *snd_oss_device_type_name(int type)  in snd_oss_device_type_name()
 
 | 
| D | sound.c | 109 void *snd_lookup_minor_data(unsigned int minor, int type)  in snd_lookup_minor_data()189 static int snd_find_free_minor(int type, struct snd_card *card, int dev)  in snd_find_free_minor()
 212 static int snd_find_free_minor(int type, struct snd_card *card, int dev)  in snd_find_free_minor()
 260 int snd_register_device(int type, struct snd_card *card, int dev,  in snd_register_device()
 337 static const char *snd_device_type_name(int type)  in snd_device_type_name()
 
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | jump_label.c | 9 					enum jump_label_type type,  in __arch_jump_label_transform()27 			       enum jump_label_type type)  in arch_jump_label_transform()
 33 				      enum jump_label_type type)  in arch_jump_label_transform_static()
 
 | 
| /linux-4.4.14/arch/alpha/include/uapi/asm/ | 
| D | ioctl.h | 39 #define _IOC(dir,type,nr,size)			\  argument47 #define _IO(type,nr)		_IOC(_IOC_NONE,(type),(nr),0)  argument
 48 #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),sizeof(size))  argument
 49 #define _IOW(type,nr,size)	_IOC(_IOC_WRITE,(type),(nr),sizeof(size))  argument
 50 #define _IOWR(type,nr,size)	_IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))  argument
 
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | vvar.h | 27 #define DECLARE_VVAR(offset, type, name) \  argument34 #define DECLARE_VVAR(offset, type, name)				\  argument
 39 #define DEFINE_VVAR(type, name)						\  argument
 
 | 
| D | mtrr.h | 62 			   unsigned int type, bool increment)  in mtrr_add()67 				unsigned int type, bool increment)  in mtrr_add_page()
 100     compat_uint_t type;     /*  Type of region   */  member
 107     compat_uint_t type;     /*  Type of region   */  member
 
 | 
| D | desc.h | 55 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func,  in pack_gate()71 static inline void pack_gate(gate_desc *gate, unsigned char type,  in pack_gate()
 105 #define write_gdt_entry(dt, entry, desc, type)	native_write_gdt_entry(dt, entry, desc, type)  argument
 130 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type)  in native_write_gdt_entry()
 144 				   unsigned long limit, unsigned char type,  in pack_descriptor()
 155 static inline void set_tssldt_descriptor(void *d, unsigned long addr, unsigned type, unsigned size)  in set_tssldt_descriptor()
 324 static inline void _trace_set_gate(int gate, unsigned type, void *addr,  in _trace_set_gate()
 341 #define _trace_set_gate(gate, type, addr, dpl, ist, seg)  argument
 344 static inline void _set_gate(int gate, unsigned type, void *addr,  in _set_gate()
 
 | 
| D | hw_breakpoint.h | 17 	u8		type;  member46 static inline int hw_breakpoint_slots(int type)  in hw_breakpoint_slots()
 
 | 
| /linux-4.4.14/arch/sparc/include/uapi/asm/ | 
| D | ioctl.h | 38 #define _IOC(dir,type,nr,size) \  argument44 #define _IO(type,nr)        _IOC(_IOC_NONE,(type),(nr),0)  argument
 45 #define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))  argument
 46 #define _IOW(type,nr,size)  _IOC(_IOC_WRITE,(type),(nr),sizeof(size))  argument
 47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))  argument
 
 | 
| /linux-4.4.14/include/uapi/sound/ | 
| D | firewire.h | 15 	unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */  member19 	unsigned int type;  member
 24 	unsigned int type;  member
 40 	unsigned int type;  member
 45 	unsigned int type;  member
 71 	unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */  member
 
 | 
| /linux-4.4.14/net/ceph/crush/ | 
| D | hash.c | 93 __u32 crush_hash32(int type, __u32 a)  in crush_hash32()103 __u32 crush_hash32_2(int type, __u32 a, __u32 b)  in crush_hash32_2()
 113 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c)  in crush_hash32_3()
 123 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d)  in crush_hash32_4()
 133 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e)  in crush_hash32_5()
 143 const char *crush_hash_name(int type)  in crush_hash_name()
 
 | 
| /linux-4.4.14/arch/s390/include/uapi/asm/ | 
| D | qeth.h | 43 	struct qeth_arp_entrytype type;  member50 	struct qeth_arp_entrytype type;  member
 56 	struct qeth_arp_entrytype type;  member
 62 	struct qeth_arp_entrytype type;  member
 69 	struct qeth_arp_entrytype type;  member
 75 	struct qeth_arp_entrytype type;  member
 80 	struct qeth_arp_entrytype type;  member
 85 	struct qeth_arp_entrytype type;  member
 
 | 
| /linux-4.4.14/net/irda/ | 
| D | parameters.c | 79 				PV_TYPE type, PI_HANDLER func)  in irda_insert_no_value()106 				 PV_TYPE type, PI_HANDLER func)  in irda_extract_no_value()
 127 			       PV_TYPE type, PI_HANDLER func)  in irda_insert_integer()
 203 				PV_TYPE type, PI_HANDLER func)  in irda_extract_integer()
 287 			       PV_TYPE type, PI_HANDLER func)  in irda_extract_string()
 332 			       PV_TYPE type, PI_HANDLER func)  in irda_extract_octseq()
 455 	int type;  in irda_param_insert()  local
 510 	int type;  in irda_param_extract()  local
 
 | 
| /linux-4.4.14/kernel/ | 
| D | pid.c | 300 	enum pid_type type;  in alloc_pid()  local389 void attach_pid(struct task_struct *task, enum pid_type type)  in attach_pid()
 395 static void __change_pid(struct task_struct *task, enum pid_type type,  in __change_pid()
 415 void detach_pid(struct task_struct *task, enum pid_type type)  in detach_pid()
 420 void change_pid(struct task_struct *task, enum pid_type type,  in change_pid()
 429 			   enum pid_type type)  in transfer_pid()
 435 struct task_struct *pid_task(struct pid *pid, enum pid_type type)  in pid_task()
 464 struct pid *get_task_pid(struct task_struct *task, enum pid_type type)  in get_task_pid()
 476 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type)  in get_pid_task()
 520 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,  in __task_pid_nr_ns()
 
 | 
| D | kcmp.c | 34 static long kptr_obfuscate(long v, int type)  in kptr_obfuscate()45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type)  in kcmp_ptr()
 97 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type,  in SYSCALL_DEFINE5()  argument
 
 | 
| D | profile.c | 166 int profile_event_register(enum profile_type type, struct notifier_block *n)  in profile_event_register()185 int profile_event_unregister(enum profile_type type, struct notifier_block *n)  in profile_event_unregister()
 281 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits)  in do_profile_hits()
 393 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits)  in do_profile_hits()
 401 void profile_hits(int type, void *__pc, unsigned int nr_hits)  in profile_hits()
 409 void profile_tick(int type)  in profile_tick()
 
 | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | hvglue_trace.c | 148 #define HV_WRAP0(type, name)					\  argument172 #define HV_WRAPx(x, type, name, ...)				\  argument
 178 #define HV_WRAP1(type, name, ...) HV_WRAPx(1, type, name, __VA_ARGS__)  argument
 179 #define HV_WRAP2(type, name, ...) HV_WRAPx(2, type, name, __VA_ARGS__)  argument
 180 #define HV_WRAP3(type, name, ...) HV_WRAPx(3, type, name, __VA_ARGS__)  argument
 181 #define HV_WRAP4(type, name, ...) HV_WRAPx(4, type, name, __VA_ARGS__)  argument
 182 #define HV_WRAP5(type, name, ...) HV_WRAPx(5, type, name, __VA_ARGS__)  argument
 183 #define HV_WRAP6(type, name, ...) HV_WRAPx(6, type, name, __VA_ARGS__)  argument
 184 #define HV_WRAP7(type, name, ...) HV_WRAPx(7, type, name, __VA_ARGS__)  argument
 185 #define HV_WRAP8(type, name, ...) HV_WRAPx(8, type, name, __VA_ARGS__)  argument
 [all …]
 
 | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/ | 
| D | iwl-phy-db.c | 116 	__le16 type;  member131 	__le16 type;  member
 157 		       enum iwl_phy_db_section_type type,  in iwl_phy_db_get_section()
 183 				    enum iwl_phy_db_section_type type,  in iwl_phy_db_free_section()
 219 	enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type);  in iwl_phy_db_set_section()  local
 314 				u32 type, u8 **data, u16 *size, u16 ch_id)  in iwl_phy_db_get_section_data()
 342 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type,  in iwl_send_phy_db_cmd()
 370 					enum iwl_phy_db_section_type type,  in iwl_phy_db_send_all_channel_groups()
 
 | 
| /linux-4.4.14/drivers/acpi/acpica/ | 
| D | dsmthdat.c | 248 acpi_ds_method_data_get_node(u8 type,  in acpi_ds_method_data_get_node()314 acpi_ds_method_data_set_value(u8 type,  in acpi_ds_method_data_set_value()
 368 acpi_ds_method_data_get_value(u8 type,  in acpi_ds_method_data_get_value()
 474 acpi_ds_method_data_delete_value(u8 type,  in acpi_ds_method_data_delete_value()
 533 acpi_ds_store_object_to_local(u8 type,  in acpi_ds_store_object_to_local()
 
 | 
| D | nssearch.c | 97 			 acpi_object_type type,  in acpi_ns_search_one_scope()201 			   acpi_object_type type,  in acpi_ns_search_parent_tree()
 291 			 acpi_object_type type,  in acpi_ns_search_and_enter()
 
 | 
| D | utdecode.c | 223 char *acpi_ut_get_type_name(acpi_object_type type)  in acpi_ut_get_type_name()489 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type)  in acpi_ut_get_notify_name()
 547 u8 acpi_ut_valid_object_type(acpi_object_type type)  in acpi_ut_valid_object_type()
 
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | cmpxchg.h | 9 #define ____xchg(type, args...)		__xchg ## type ## _local(args)  argument10 #define ____cmpxchg(type, args...)	__cmpxchg ## type ## _local(args)  argument
 41 #define ____xchg(type, args...)		__xchg ##type(args)  argument
 42 #define ____cmpxchg(type, args...)	__cmpxchg ##type(args)  argument
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ | 
| D | osc_quota.c | 47 	int type;  in osc_quota_chkdq()  local68 #define MD_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_MD_FLUSRQUOTA \  argument
 70 #define FL_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_FL_NO_USRQUOTA \  argument
 76 	int type;  in osc_quota_setdq()  local
 209 	int i, type;  in osc_quota_setup()  local
 237 	int type;  in osc_quota_cleanup()  local
 
 | 
| /linux-4.4.14/fs/gfs2/ | 
| D | acl.c | 30 static const char *gfs2_acl_name(int type)  in gfs2_acl_name()41 struct posix_acl *gfs2_get_acl(struct inode *inode, int type)  in gfs2_get_acl()
 67 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in gfs2_set_acl()
 
 | 
| /linux-4.4.14/arch/x86/kernel/cpu/mtrr/ | 
| D | amd.c | 10 	     unsigned long *size, mtrr_type *type)  in amd_get_mtrr()59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)  in amd_set_mtrr()
 95 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type)  in amd_validate_add_page()
 
 | 
| D | cleanup.c | 40 	mtrr_type	type;  member71 	mtrr_type type;  in x86_get_mtrr_mem_range()  local
 177 	     unsigned char type, unsigned int address_bits)  in set_var_mtrr()
 206 	      unsigned char type)  in save_var_mtrr()
 216 	unsigned char type;  in set_var_mtrr_all()  local
 251 	      unsigned long range_sizek, unsigned char type)  in range_to_mtrr()
 533 	mtrr_type type;  in print_out_mtrr_range_state()  local
 560 	mtrr_type type;  in mtrr_need_cleanup()  local
 683 	mtrr_type type;  in mtrr_cleanup()  local
 875 	mtrr_type type;  in mtrr_trim_uncached_memory()  local
 
 | 
| D | centaur.c | 58 		unsigned long *size, mtrr_type * type)  in centaur_get_mcr()74 		unsigned long size, mtrr_type type)  in centaur_set_mcr()
 99 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type)  in centaur_validate_add_page()
 
 | 
| D | cyrix.c | 14 	      unsigned long *size, mtrr_type * type)  in cyrix_get_arr()178 			  unsigned long size, mtrr_type type)  in cyrix_set_arr()
 238 	mtrr_type	type;  member
 
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | jump_label.c | 22 	enum jump_label_type type;  member59 				   enum jump_label_type type,  in __jump_label_transform()
 90 			       enum jump_label_type type)  in arch_jump_label_transform()
 101 				      enum jump_label_type type)  in arch_jump_label_transform_static()
 
 | 
| /linux-4.4.14/sound/synth/emux/ | 
| D | emux_effect.c | 33 #define xoffsetof(type,tag)	((long)(&((type)NULL)->tag) - (long)(NULL))  argument52 	int type;	/* byte or word */  member
 100 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type)  in effect_set_byte()
 121 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type)  in effect_set_word()
 157 			 struct snd_midi_channel *chan, int type, int val)  in snd_emux_send_effect_oss()
 178 		     int type, int val, int mode)  in snd_emux_send_effect()
 
 | 
| /linux-4.4.14/include/linux/iio/ | 
| D | events.h | 28 		       type, chan, chan1, chan2)			\  argument45 			   type, direction)				\  argument
 56 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction)	\  argument
 
 | 
| /linux-4.4.14/arch/s390/hypfs/ | 
| D | hypfs_diag.c | 85 static inline int info_blk_hdr__size(enum diag204_format type)  in info_blk_hdr__size()93 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr)  in info_blk_hdr__npar()
 101 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr)  in info_blk_hdr__flags()
 109 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr)  in info_blk_hdr__pcpus()
 144 static inline int part_hdr__size(enum diag204_format type)  in part_hdr__size()
 152 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr)  in part_hdr__rcpus()
 160 static inline void part_hdr__part_name(enum diag204_format type, void *hdr,  in part_hdr__part_name()
 205 static inline int cpu_info__size(enum diag204_format type)  in cpu_info__size()
 213 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr)  in cpu_info__ctidx()
 221 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr)  in cpu_info__cpu_addr()
 [all …]
 
 | 
| /linux-4.4.14/sound/pci/ctxfi/ | 
| D | ctmixer.c | 271 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type)  in get_switch_state()279 		 enum CTALSA_MIXER_CTL type, unsigned char state)  in set_switch_state()
 349 	enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value);  in ct_alsa_mix_volume_get()  local
 372 	enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value);  in ct_alsa_mix_volume_put()  local
 486 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type)  in do_line_mic_switch()
 527 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state)  in do_switch()
 587 	enum CTALSA_MIXER_CTL type = kcontrol->private_value;  in ct_alsa_mix_switch_get()  local
 598 	enum CTALSA_MIXER_CTL type = kcontrol->private_value;  in ct_alsa_mix_switch_put()  local
 740 	enum CTALSA_MIXER_CTL type;  in ct_mixer_kcontrols_create()  local
 813 ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type)  in ct_mixer_recording_select()
 [all …]
 
 | 
| /linux-4.4.14/arch/m68k/coldfire/ | 
| D | intc-525x.c | 24 	u32 type = irqd_get_trigger_type(d);  in intc2_irq_gpio_mask()  local37 	u32 type = irqd_get_trigger_type(d);  in intc2_irq_gpio_unmask()  local
 50 	u32 type = irqd_get_trigger_type(d);  in intc2_irq_gpio_ack()  local
 
 | 
| /linux-4.4.14/include/xen/interface/io/ | 
| D | kbdif.h | 49 	uint8_t type;		/* XENKBD_TYPE_MOTION */  member56 	uint8_t type;		/* XENKBD_TYPE_KEY */  member
 62 	uint8_t type;		/* XENKBD_TYPE_POS */  member
 71 	uint8_t type;  member
 89 	uint8_t type;  member
 
 | 
| D | fbif.h | 45 	uint8_t type;		/* XENFB_TYPE_UPDATE */  member59 	uint8_t type;		/* XENFB_TYPE_RESIZE */  member
 70 	uint8_t type;  member
 86 	uint8_t type;  member
 
 | 
| /linux-4.4.14/drivers/net/wireless/b43/ | 
| D | tables_phy_ht.c | 621 	u32 type, value;  in b43_httab_read()  local653 	u32 type;  in b43_httab_read_bulk()  local
 687 	u32 type;  in b43_httab_write()  local
 718 	u32 type, value;  in b43_httab_write_few()  local
 763 	u32 type, value;  in b43_httab_write_bulk()  local
 
 | 
| D | tables_phy_lcn.c | 472 	u32 type, value;  in b43_lcntab_read()  local503 	u32 type;  in b43_lcntab_read_bulk()  local
 540 	u32 type;  in b43_lcntab_write()  local
 571 	u32 type, value;  in b43_lcntab_write_bulk()  local
 
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | io.h | 312 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq)			\  argument382 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow)			\  argument
 417 #define __BUILD_MEMORY_PFX(bus, bwlq, type)				\  argument
 421 #define BUILDIO_MEM(bwlq, type)						\  argument
 432 #define __BUILD_IOPORT_PFX(bus, bwlq, type)				\  in BUILDIO_MEM()  argument
 436 #define BUILDIO_IOPORT(bwlq, type)					\  in BUILDIO_MEM()  argument
 447 #define __BUILDIO(bwlq, type)						\  in BUILDIO_MEM()  argument
 487 #define __BUILD_MEMORY_STRING(bwlq, type)				\  in BUILDIO_MEM()  argument
 511 #define __BUILD_IOPORT_STRING(bwlq, type)				\  argument
 535 #define BUILDSTRING(bwlq, type)						\  argument
 
 | 
| /linux-4.4.14/drivers/scsi/aic94xx/ | 
| D | aic94xx_reg.h | 77 #define ASD_READ_OCM(type, ord, S)                                    \  argument91 #define ASD_WRITE_OCM(type, ord, S)                                    \  argument
 104 #define ASD_DDBSITE_READ(type, ord)                                        \  argument
 130 #define ASD_DDBSITE_WRITE(type, ord)                                       \  argument
 157 #define ASD_SCBSITE_READ(type, ord)                                        \  argument
 183 #define ASD_SCBSITE_WRITE(type, ord)                                       \  argument
 
 | 
| D | aic94xx_reg.c | 126 #define ASD_READ_SW(ww, type, ord)					\  argument135 #define ASD_WRITE_SW(ww, type, ord)					\  argument
 215 #define ASD_WRITE_REG(type, ord)                                  \  argument
 265 #define ASD_READ_REG(type, ord)                                   \  argument
 
 | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | io.h | 79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type)				\  argument107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow)			\  argument
 137 #define __BUILD_MEMORY_PFX(bus, bwl, type)				\  argument
 140 #define BUILDIO_MEM(bwl, type)						\  argument
 144 #define __BUILD_IOPORT_PFX(bus, bwl, type)				\  argument
 148 #define BUILDIO_IOPORT(bwl, type)					\  argument
 176 #define __BUILD_MEMORY_STRING(bwl, type)				\  in BUILDIO_MEM()  argument
 195 #define __BUILD_IOPORT_STRING(bwl, type)				\  argument
 214 #define BUILDSTRING(bwl, type)						\  argument
 
 | 
| /linux-4.4.14/drivers/scsi/aic7xxx/ | 
| D | queue.h | 107 #define	SLIST_HEAD(name, type)						\  argument115 #define	SLIST_ENTRY(type)						\  argument
 148 #define	SLIST_REMOVE(head, elm, type, field) do {			\  argument
 168 #define	STAILQ_HEAD(name, type)						\  argument
 177 #define	STAILQ_ENTRY(type)						\  argument
 221 #define	STAILQ_REMOVE(head, elm, type, field) do {			\  argument
 249 #define	LIST_HEAD(name, type)						\  argument
 257 #define	LIST_ENTRY(type)						\  argument
 314 #define	TAILQ_HEAD(name, type)						\  argument
 323 #define	TAILQ_ENTRY(type)						\  argument
 [all …]
 
 | 
| /linux-4.4.14/arch/metag/mm/ | 
| D | highmem.c | 44 	int type;  in kmap_atomic()  local66 	int idx, type;  in __kunmap_atomic()  local
 97 	int type;  in kmap_atomic_pfn()  local
 
 | 
| /linux-4.4.14/fs/btrfs/ | 
| D | uuid-tree.c | 26 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key)  in btrfs_uuid_to_key()35 				  u8 type, u64 subid)  in btrfs_uuid_tree_lookup()
 94 			struct btrfs_root *uuid_root, u8 *uuid, u8 type,  in btrfs_uuid_tree_add()
 158 			struct btrfs_root *uuid_root, u8 *uuid, u8 type,  in btrfs_uuid_tree_rem()
 238 static int btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type,  in btrfs_uuid_iter_rem()
 
 | 
| D | acl.c | 31 struct posix_acl *btrfs_get_acl(struct inode *inode, int type)  in btrfs_get_acl()76 			 struct inode *inode, struct posix_acl *acl, int type)  in __btrfs_set_acl()
 126 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in btrfs_set_acl()
 
 | 
| /linux-4.4.14/drivers/staging/iio/ | 
| D | iio_simple_dummy_events.c | 35 				       enum iio_event_type type,  in iio_simple_dummy_read_event_config()57 					enum iio_event_type type,  in iio_simple_dummy_write_event_config()
 121 				      enum iio_event_type type,  in iio_simple_dummy_read_event_value()
 144 				       enum iio_event_type type,  in iio_simple_dummy_write_event_value()
 
 | 
| /linux-4.4.14/mm/ | 
| D | memblock.c | 69 memblock_type_name(struct memblock_type *type)  in memblock_type_name()94 bool __init_memblock memblock_overlaps_region(struct memblock_type *type,  in memblock_overlaps_region()
 285 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r)  in memblock_remove_region()
 346 static int __init_memblock memblock_double_array(struct memblock_type *type,  in memblock_double_array()
 454 static void __init_memblock memblock_merge_regions(struct memblock_type *type)  in memblock_merge_regions()
 491 static void __init_memblock memblock_insert_region(struct memblock_type *type,  in memblock_insert_region()
 524 int __init_memblock memblock_add_range(struct memblock_type *type,  in memblock_add_range()
 618 	struct memblock_type *type = &memblock.memory;  in memblock_add_region()  local
 649 static int __init_memblock memblock_isolate_range(struct memblock_type *type,  in memblock_isolate_range()
 709 static int __init_memblock memblock_remove_range(struct memblock_type *type,  in memblock_remove_range()
 [all …]
 
 | 
| D | frontswap.c | 187 void __frontswap_init(unsigned type, unsigned long *map)  in __frontswap_init()246 	int type = swp_type(entry);  in __frontswap_store()  local
 301 	int type = swp_type(entry);  in __frontswap_load()  local
 335 void __frontswap_invalidate_page(unsigned type, pgoff_t offset)  in __frontswap_invalidate_page()
 358 void __frontswap_invalidate_area(unsigned type)  in __frontswap_invalidate_area()
 428 				int *type)  in __frontswap_shrink()
 
 | 
| D | zpool.c | 75 static struct zpool_driver *zpool_get_driver(const char *type)  in zpool_get_driver()119 bool zpool_has_pool(char *type)  in zpool_has_pool()
 153 struct zpool *zpool_create_pool(const char *type, const char *name, gfp_t gfp,  in zpool_create_pool()
 
 | 
| /linux-4.4.14/kernel/events/ | 
| D | hw_breakpoint.c | 64 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type)  in get_bp_info()100 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type)  in max_task_bp_pinned()
 117 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type)  in task_bp_pinned()
 146 		    enum bp_type_idx type)  in fetch_bp_busy_slots()
 185 				enum bp_type_idx type, int weight)  in toggle_bp_task_slot()
 203 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type,  in toggle_bp_slot()
 283 	enum bp_type_idx type;  in __reserve_bp_slot()  local
 329 	enum bp_type_idx type;  in __release_bp_slot()  local
 
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_irq.c | 359 			     struct amdgpu_irq_src *src, unsigned type)  in amdgpu_irq_update()389 		   unsigned type)  in amdgpu_irq_get()
 408 			unsigned type)  in amdgpu_irq_get_delayed()
 425 		   unsigned type)  in amdgpu_irq_put()
 451 			unsigned type)  in amdgpu_irq_enabled()
 
 | 
| /linux-4.4.14/include/acpi/ | 
| D | acpixf.h | 69 #define ACPI_GLOBAL(type,name) \  argument73 #define ACPI_INIT_GLOBAL(type,name,value) \  argument
 78 #define ACPI_GLOBAL(type,name) \  argument
 83 #define ACPI_INIT_GLOBAL(type,name,value) \  argument
 
 | 
| /linux-4.4.14/fs/overlayfs/ | 
| D | inode.c | 252 				  enum ovl_path_type type)  in ovl_need_xattr_filter()264 	enum ovl_path_type type = ovl_path_real(dentry, &realpath);  in ovl_getxattr()  local
 275 	enum ovl_path_type type = ovl_path_real(dentry, &realpath);  in ovl_listxattr()  local
 308 	enum ovl_path_type type = ovl_path_real(dentry, &realpath);  in ovl_removexattr()  local
 337 static bool ovl_open_need_copy_up(int flags, enum ovl_path_type type,  in ovl_open_need_copy_up()
 356 	enum ovl_path_type type;  in ovl_d_select_inode()  local
 
 | 
| D | overlayfs.h | 20 #define OVL_TYPE_UPPER(type)	((type) & __OVL_PATH_UPPER)  argument21 #define OVL_TYPE_MERGE(type)	((type) & __OVL_PATH_MERGE)  argument
 22 #define OVL_TYPE_PURE_UPPER(type) ((type) & __OVL_PATH_PURE)  argument
 23 #define OVL_TYPE_MERGE_OR_LOWER(type) \  argument
 
 | 
| /linux-4.4.14/fs/jfs/ | 
| D | acl.c | 30 struct posix_acl *jfs_get_acl(struct inode *inode, int type)  in jfs_get_acl()75 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type,  in __jfs_set_acl()
 122 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in jfs_set_acl()
 
 | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | highmem.c | 60 	int type;  in kmap_atomic()  local105 	int idx, type;  in __kunmap_atomic()  local
 132 	int idx, type;  in kmap_atomic_pfn()  local
 
 | 
| /linux-4.4.14/fs/logfs/ | 
| D | journal.c | 165 	u16 type, len, datalen;  in __read_je_header()  local227 	u16 type, datalen;  in read_je()  local
 422 		u16 type, u8 compr)  in __logfs_write_header()
 438 		struct logfs_journal_header *jh, size_t datalen, u16 type)  in logfs_write_header()
 451 		u16 *type, size_t *len)  in logfs_write_erasecount()
 516 		u16 *type, size_t *len)  in __logfs_write_anchor()
 536 		u16 *type, size_t *len)  in logfs_write_dynsb()
 575 		u16 *type, size_t *len)  in logfs_write_area()
 594 		u16 *type, size_t *len)  in logfs_write_commit()
 603 static size_t __logfs_write_je(struct super_block *sb, void *buf, u16 type,  in __logfs_write_je()
 [all …]
 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ | 
| D | pll.c | 32 	u8  type;  member139 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len)  in pll_map_reg()
 181 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len)  in pll_map_type()
 223 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info)  in nvbios_pll_parse()
 
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | emulated_ops.h | 65 #define __PPC_WARN_EMULATED(type)					 \  argument74 #define __PPC_WARN_EMULATED(type)	do { } while (0)  argument
 78 #define PPC_WARN_EMULATED(type, regs)					\  argument
 85 #define PPC_WARN_ALIGNMENT(type, regs)					\  argument
 
 | 
| /linux-4.4.14/arch/m68k/mm/ | 
| D | sun3kmap.c | 31 				 unsigned long type)  in do_page_mapin()49 				 unsigned long type, int pages)  in do_pmeg_mapin()
 64 		   unsigned long type)  in sun3_ioremap()
 
 | 
| /linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ | 
| D | reg_rdwr.h | 9 #define REG_READ(type, addr) (*((volatile type *) (addr)))  argument13 #define REG_WRITE(type, addr, val) \  argument
 
 | 
| /linux-4.4.14/drivers/iio/adc/ | 
| D | xilinx-xadc-events.c | 117 	const struct iio_chan_spec *chan, enum iio_event_type type,  in xadc_read_event_config()126 	const struct iio_chan_spec *chan, enum iio_event_type type,  in xadc_write_event_config()
 165 	const struct iio_chan_spec *chan, enum iio_event_type type,  in xadc_read_event_value()
 189 	const struct iio_chan_spec *chan, enum iio_event_type type,  in xadc_write_event_value()
 
 | 
| /linux-4.4.14/drivers/acpi/ | 
| D | event.c | 27 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)  in acpi_notifier_call_chain()57 	u32 type;  member
 96 				      u8 type, int data)  in acpi_bus_generate_netlink_event()
 155 				      u8 type, int data)  in acpi_bus_generate_netlink_event()
 
 | 
| D | glue.c | 37 int register_acpi_bus_type(struct acpi_bus_type *type)  in register_acpi_bus_type()52 int unregister_acpi_bus_type(struct acpi_bus_type *type)  in unregister_acpi_bus_type()
 296 	struct acpi_bus_type *type = acpi_get_bus_type(dev);  in acpi_platform_notify()  local
 341 	struct acpi_bus_type *type;  in acpi_platform_notify_remove()  local
 
 | 
| D | processor_core.c | 111 static phys_cpuid_t map_madt_entry(int type, u32 acpi_id)  in map_madt_entry()148 static phys_cpuid_t map_mat_entry(acpi_handle handle, int type, u32 acpi_id)  in map_mat_entry()
 182 phys_cpuid_t acpi_get_phys_id(acpi_handle handle, int type, u32 acpi_id)  in acpi_get_phys_id()
 239 int acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id)  in acpi_get_cpuid()
 
 | 
| /linux-4.4.14/drivers/media/pci/ivtv/ | 
| D | ivtv-streams.c | 161 static void ivtv_stream_init(struct ivtv *itv, int type)  in ivtv_stream_init()191 static int ivtv_prep_dev(struct ivtv *itv, int type)  in ivtv_prep_dev()
 254 	int type;  in ivtv_streams_setup()  local
 277 static int ivtv_reg_dev(struct ivtv *itv, int type)  in ivtv_reg_dev()
 329 	int type;  in ivtv_streams_register()  local
 347 	int type;  in ivtv_streams_cleanup()  local
 
 | 
| /linux-4.4.14/arch/um/os-Linux/ | 
| D | aio.c | 18 	enum aio_type type;  member66 static int do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf,  in do_aio()
 265 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len,  in submit_aio_26()
 294 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len,  in submit_aio_26()
 361 static int submit_aio_24(enum aio_type type, int io_fd, char *buf, int len,  in submit_aio_24()
 381 int submit_aio(enum aio_type type, int io_fd, char *buf, int len,  in submit_aio()
 
 | 
| /linux-4.4.14/security/tomoyo/ | 
| D | network.c | 285 	u8 type;  in tomoyo_write_inet_network()  local330 	u8 type;  in tomoyo_write_unix_network()  local
 471 	const u8 type = tomoyo_inet2mac[address->protocol][address->operation];  in tomoyo_inet_entry()  local
 546 	const u8 type = tomoyo_unix2mac[address->protocol][address->operation];  in tomoyo_unix_entry()  local
 649 	const unsigned int type = sock->type;  in tomoyo_socket_listen_permission()  local
 685 	const unsigned int type = sock->type;  in tomoyo_socket_connect_permission()  local
 722 	const unsigned int type = sock->type;  in tomoyo_socket_bind_permission()  local
 757 	const unsigned int type = sock->type;  in tomoyo_socket_sendmsg_permission()  local
 
 | 
| /linux-4.4.14/net/tipc/ | 
| D | name_table.c | 102 	u32 type;  member120 static struct publication *publ_create(u32 type, u32 lower, u32 upper,  in publ_create()
 154 static struct name_seq *tipc_nameseq_create(u32 type, struct hlist_head *seq_head)  in tipc_nameseq_create()
 234 						    u32 type, u32 lower,  in tipc_nameseq_insert_publ()
 445 static struct name_seq *nametbl_find_seq(struct net *net, u32 type)  in nametbl_find_seq()
 460 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type,  in tipc_nametbl_insert_publ()
 488 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,  in tipc_nametbl_remove_publ()
 524 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance,  in tipc_nametbl_translate()
 612 int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper,  in tipc_nametbl_mc_translate()
 653 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,  in tipc_nametbl_publish()
 [all …]
 
 | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | jump_label.c | 40 				   enum jump_label_type type,  in __jump_label_transform()106 			       enum jump_label_type type)  in arch_jump_label_transform()
 122 				      enum jump_label_type type)  in arch_jump_label_transform_static()
 
 | 
| D | nmi.c | 87 #define nmi_to_desc(type) (&nmi_desc[type])  argument113 static int nmi_handle(unsigned int type, struct pt_regs *regs)  in nmi_handle()
 151 int __register_nmi_handler(unsigned int type, struct nmiaction *action)  in __register_nmi_handler()
 186 void unregister_nmi_handler(unsigned int type, const char *name)  in unregister_nmi_handler()
 
 | 
| /linux-4.4.14/net/llc/ | 
| D | llc_input.c | 42 void llc_add_pack(int type, void (*handler)(struct llc_sap *sap,  in llc_add_pack()50 void llc_remove_pack(int type)  in llc_remove_pack()
 77 	int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */  in llc_pdu_type()  local
 
 | 
| /linux-4.4.14/drivers/media/tuners/ | 
| D | tuner-xc2028.c | 80 	unsigned int  type;  member88 	unsigned int	type;  member
 179 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)  in dump_firm_type_and_int_freq()
 343 		__u32 type, size;  in load_all_firmwares()  local
 432 static int seek_firmware(struct dvb_frontend *fe, unsigned int type,  in seek_firmware()
 540 static int load_firmware(struct dvb_frontend *fe, unsigned int type,  in load_firmware()
 651 static int load_scode(struct dvb_frontend *fe, unsigned int type,  in load_scode()
 715 static int check_firmware(struct dvb_frontend *fe, unsigned int type,  in check_firmware()
 1012 			    unsigned int type,  in generic_set_freq()
 1163 	unsigned int       type=0;  in xc2028_set_analog_freq()  local
 [all …]
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ | 
| D | ldlm_internal.h | 118 	int				 type; /* LDLM_{CP,BL,GL}_CALLBACK */  member227 #define LDLM_POOL_SYSFS_READER_SHOW(var, type)				    \  argument
 244 #define LDLM_POOL_SYSFS_WRITER_STORE(var, type)				    \  argument
 268 #define LDLM_POOL_SYSFS_READER_NOLOCK_SHOW(var, type)			    \  argument
 280 #define LDLM_POOL_SYSFS_WRITER_NOLOCK_STORE(var, type)			    \  argument
 
 | 
| /linux-4.4.14/drivers/media/platform/exynos4-is/ | 
| D | fimc-isp-video.h | 33 						enum v4l2_buf_type type)  in fimc_isp_video_device_register()39 				enum v4l2_buf_type type)  in fimc_isp_video_device_unregister()
 
 | 
| /linux-4.4.14/include/uapi/linux/netfilter/ | 
| D | xt_sctp.h | 38 #define bytes(type) (sizeof(type) * 8)  argument40 #define SCTP_CHUNKMAP_SET(chunkmap, type) 		\  argument
 46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type)		 	\  argument
 52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) 			\  argument
 
 | 
| /linux-4.4.14/fs/hfs/ | 
| D | catalog.c | 66 				hfs_cat_rec *rec, int type,  in hfs_cat_build_thread()183 	int res, len, type;  in hfs_cat_find_brec()  local
 218 	int res, type;  in hfs_cat_delete()  local
 285 	int entry_size, type;  in hfs_cat_move()  local
 
 | 
| /linux-4.4.14/fs/ocfs2/dlm/ | 
| D | dlmconvert.c | 78 				  struct dlm_lock *lock, int flags, int type)  in dlmconvert_master()122 					   int type, int *call_ast,  in __dlmconvert_master()
 262 				  struct dlm_lock *lock, int flags, int type)  in dlmconvert_remote()
 366 					   struct dlm_lock *lock, int flags, int type)  in dlm_send_remote_convert_request()
 
 | 
| /linux-4.4.14/net/core/ | 
| D | timestamping.c | 39 	unsigned int type;  in skb_clone_tx_timestamp()  local61 	unsigned int type;  in skb_defer_rx_timestamp()  local
 
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | highmem.c | 35 	int idx, type;  in kmap_atomic_prot()  local58 	int type;  in __kunmap_atomic()  local
 
 | 
| /linux-4.4.14/arch/frv/mm/ | 
| D | highmem.c | 38 	int type;  in kmap_atomic()  local67 	int type = kmap_atomic_idx();  in __kunmap_atomic()  local
 
 | 
| /linux-4.4.14/arch/microblaze/mm/ | 
| D | highmem.c | 38 	int idx, type;  in kmap_atomic_prot()  local62 	int type;  in __kunmap_atomic()  local
 
 | 
| /linux-4.4.14/arch/arm/mach-s3c64xx/ | 
| D | setup-usb-phy.c | 77 int s5p_usb_phy_init(struct platform_device *pdev, int type)  in s5p_usb_phy_init()85 int s5p_usb_phy_exit(struct platform_device *pdev, int type)  in s5p_usb_phy_exit()
 
 | 
| /linux-4.4.14/drivers/mtd/chips/ | 
| D | gen_probe.c | 170 	int nr_chips, type;  in genprobe_new_chip()  local203 	__u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;  in cfi_cmdset_unknown()  local
 233 	__u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;  in check_cmd_set()  local
 
 | 
| /linux-4.4.14/net/netfilter/ | 
| D | nf_conntrack_extend.c | 124 static void update_alloc_size(struct nf_ct_ext_type *type)  in update_alloc_size()160 int nf_ct_extend_register(struct nf_ct_ext_type *type)  in nf_ct_extend_register()
 183 void nf_ct_extend_unregister(struct nf_ct_ext_type *type)  in nf_ct_extend_unregister()
 
 | 
| /linux-4.4.14/drivers/infiniband/hw/usnic/ | 
| D | usnic_transport.c | 48 const char *usnic_transport_to_str(enum usnic_transport_type type)  in usnic_transport_to_str()86 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num)  in usnic_transport_rsrv_port()
 119 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num)  in usnic_transport_unrsrv_port()
 
 | 
| D | usnic_vnic.h | 61 	enum usnic_vnic_res_type	type;  member69 	enum usnic_vnic_res_type	type;  member
 77 	enum usnic_vnic_res_type	type;  member
 
 | 
| /linux-4.4.14/tools/firewire/ | 
| D | list.h | 46 #define list_entry(link, type, member) \  argument49 #define list_head(list, type, member)		\  argument
 52 #define list_tail(list, type, member)		\  argument
 
 | 
| /linux-4.4.14/scripts/kconfig/ | 
| D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)  in expr_alloc_one()33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)  in expr_alloc_two()
 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)  in expr_alloc_comp()
 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)  in __expr_eliminate_eq()
 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)  in expr_eliminate_dups1()
 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)  in expr_trans_compare()
 886 						enum symbol_type type,  in expr_parse_string()
 
 | 
| D | menu.c | 112 void menu_set_type(int type)  in menu_set_type()128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct …  in menu_add_prop()
 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep)  in menu_add_prompt()
 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)  in menu_add_expr()
 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)  in menu_add_symbol()
 523 	enum prop_type type;  in menu_get_parent_menu()  local
 
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | domain.h | 59 #define domain_val(dom,type)	((type) << (2 * (dom)))  argument108 #define modify_domain(dom,type)					\  argument
 117 static inline void modify_domain(unsigned dom, unsigned type)	{ }  in modify_domain()
 
 | 
| /linux-4.4.14/lib/ | 
| D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type)	\  argument23 #define DEFINE_TEST_OK(type, test)	\  argument
 26 #define TEST_FAIL(fn, type, fmt, test)					\  argument
 45 #define TEST_OK(fn, type, fmt, test)					\  argument
 
 | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ | 
| D | rs.h | 168 	enum iwl_table_type type;  member178 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \  argument
 180 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO)  argument
 181 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2)  argument
 182 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO)  argument
 183 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2)  argument
 184 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type))  argument
 185 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || is_type_vht_mimo2(type))  argument
 186 #define is_type_mimo(type) (is_type_mimo2(type))  argument
 187 #define is_type_ht(type) (is_type_ht_siso(type) || is_type_ht_mimo2(type))  argument
 [all …]
 
 | 
| /linux-4.4.14/arch/unicore32/mm/ | 
| D | mmu.c | 83 	unsigned int type;  member126 const struct mem_type *get_mem_type(unsigned int type)  in get_mem_type()
 165 				  const struct mem_type *type)  in alloc_init_pte()
 176 				      const struct mem_type *type)  in alloc_init_section()
 211 	const struct mem_type *type;  in create_mapping()  local
 
 | 
| /linux-4.4.14/drivers/iio/common/ssp_sensors/ | 
| D | ssp_dev.c | 214 u32 ssp_get_sensor_delay(struct ssp_data *data, enum ssp_sensor_type type)  in ssp_get_sensor_delay()228 int ssp_enable_sensor(struct ssp_data *data, enum ssp_sensor_type type,  in ssp_enable_sensor()
 290 int ssp_change_delay(struct ssp_data *data, enum ssp_sensor_type type,  in ssp_change_delay()
 321 int ssp_disable_sensor(struct ssp_data *data, enum ssp_sensor_type type)  in ssp_disable_sensor()
 516 void ssp_register_consumer(struct iio_dev *indio_dev, enum ssp_sensor_type type)  in ssp_register_consumer()
 
 | 
| /linux-4.4.14/fs/ceph/ | 
| D | acl.c | 33 					int type, struct posix_acl *acl)  in ceph_set_cached_acl()43 struct posix_acl *ceph_get_acl(struct inode *inode, int type)  in ceph_get_acl()
 84 int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in ceph_set_acl()
 
 | 
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ | 
| D | vnic_vic.c | 27 	const u8 type)  in vic_provinfo_alloc()50 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,  in vic_provinfo_add_tlv()
 
 | 
| /linux-4.4.14/drivers/staging/iio/cdc/ | 
| D | ad7150.c | 127 	const struct iio_chan_spec *chan, enum iio_event_type type,  in ad7150_read_event_config()163 	 unsigned int chan, enum iio_event_type type,  in ad7150_write_event_params()
 212 	const struct iio_chan_spec *chan, enum iio_event_type type,  in ad7150_write_event_config()
 280 				   enum iio_event_type type,  in ad7150_read_event_value()
 306 				   enum iio_event_type type,  in ad7150_write_event_value()
 377 	enum iio_event_type type;  in ad7150_store_timeout()  local
 413 #define AD7150_TIMEOUT(chan, type, dir, ev_type, ev_dir)		\  argument
 
 | 
| /linux-4.4.14/drivers/char/agp/ | 
| D | i460-agp.c | 294 				off_t pg_start, int type)  in i460_insert_memory_small_io_page()337 				off_t pg_start, int type)  in i460_remove_memory_small_io_page()
 401 				off_t pg_start, int type)  in i460_insert_memory_large_io_page()
 462 				off_t pg_start, int type)  in i460_remove_memory_large_io_page()
 501 				off_t pg_start, int type)  in i460_insert_memory()
 510 				off_t pg_start, int type)  in i460_remove_memory()
 549 				       dma_addr_t addr, int type)  in i460_mask_memory()
 
 | 
| D | generic.c | 223 					size_t page_count, u32 type)  in agp_allocate_memory()1033 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type)  in agp_generic_insert_memory()
 1115 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type)  in agp_generic_remove_memory()
 1153 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type)  in agp_generic_alloc_by_type()
 1167 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type)  in agp_generic_alloc_user()
 1324 				      dma_addr_t addr, int type)  in agp_generic_mask_memory()
 1335 				  int type)  in agp_generic_type_to_mask_type()
 
 | 
| /linux-4.4.14/fs/cifs/ | 
| D | cifs_debug.h | 52 #define cifs_dbg(type, fmt, ...)					\  argument69 #define cifs_dbg(type, fmt, ...)					\  argument
 
 | 
| /linux-4.4.14/arch/sparc/mm/ | 
| D | highmem.c | 54 	long idx, type;  in kmap_atomic()  local90 	int type;  in __kunmap_atomic()  local
 
 | 
| /linux-4.4.14/include/net/netfilter/ | 
| D | nf_log.h | 22 	u_int8_t type;  member47 	enum nf_log_type	type;  member
 68 #define MODULE_ALIAS_NF_LOGGER(family, type) \  argument
 
 | 
| /linux-4.4.14/drivers/hwmon/ | 
| D | ibmpowernv.c | 75 	enum sensors type;  member196 static const char *convert_opal_attr_name(enum sensors type,  in convert_opal_attr_name()
 222 					enum sensors type, u32 *index)  in parse_opal_node_name()
 241 	enum sensors type;  in get_sensor_type()  local
 287 	enum sensors type;  in populate_attr_groups()  local
 355 	enum sensors type;  in create_device_attrs()  local
 
 | 
| /linux-4.4.14/sound/usb/line6/ | 
| D | pcm.c | 153 				struct line6_pcm_stream *pstr, int type)  in line6_buffer_acquire()169 				 struct line6_pcm_stream *pstr, int type)  in line6_buffer_release()
 182 			      int type)  in line6_stream_start()
 206 			  int type)  in line6_stream_stop()
 283 int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type)  in line6_pcm_acquire()
 311 void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type)  in line6_pcm_release()
 
 | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | unistd.h | 106 #define _syscall0(type,name)						\  argument112 #define _syscall1(type,name,type1,arg1)					\  argument
 118 #define _syscall2(type,name,type1,arg1,type2,arg2)			\  argument
 124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3)		\  argument
 130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \  argument
 137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \  argument
 
 | 
| /linux-4.4.14/net/ipv6/ | 
| D | icmp.c | 88 		       u8 type, u8 code, int offset, __be32 info)  in icmpv6_err()173 static bool icmpv6_xrlim_allow(struct sock *sk, u8 type,  in icmpv6_xrlim_allow()
 283 	uint8_t		type;  member
 391 static void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info)  in icmp6_send()
 634 void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info)  in icmpv6_notify()
 688 	u8 type;  in icmpv6_rcv()  local
 822 		      u8 type,  in icmpv6_flow_init()
 954 int icmpv6_err_convert(u8 type, u8 code, int *err)  in icmpv6_err_convert()
 
 | 
| /linux-4.4.14/arch/blackfin/kernel/ | 
| D | flat.c | 21 	int type = (relval >> 26) & 7;  in bfin_get_addr_from_rp()  local65 	int type = (relval >> 26) & 7;  in bfin_put_addr_at_rp()  local
 
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | acl.c | 143 ext4_get_acl(struct inode *inode, int type)  in ext4_get_acl()187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type,  in __ext4_set_acl()
 237 ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in ext4_set_acl()
 
 | 
| /linux-4.4.14/tools/lib/traceevent/ | 
| D | event-parse.c | 94 	enum pevent_func_arg_type	type;  member783 static int event_item_type(enum event_type type)  in event_item_type()
 948 	enum event_type type;  in __read_token()  local
 1113 	enum event_type type;  in force_token()  local
 1140 	enum event_type type;  in read_token()  local
 1181 	enum event_type type;  in read_token_item()  local
 1196 static int test_type(enum event_type type, enum event_type expect)  in test_type()
 1206 static int test_type_token(enum event_type type, const char *token,  in test_type_token()
 1225 	enum event_type type;  in __read_expect_type()  local
 1242 	enum event_type type;  in __read_expected()  local
 [all …]
 
 | 
| /linux-4.4.14/arch/sparc/lib/ | 
| D | csum_copy.S | 25 #define LOAD(type,addr,dest)	type [addr], dest  argument29 #define STORE(type,src,addr)	type src, [addr]  argument
 
 | 
| D | NGmemcpy.S | 43 #define LOAD(type,addr,dest)	type [addr], dest  argument45 #define LOAD(type,addr,dest)	type##a [addr] 0x80, dest  argument
 55 #define STORE(type,src,addr)	type src, [addr]  argument
 
 | 
| D | GENmemcpy.S | 25 #define LOAD(type,addr,dest)	type [addr], dest  argument29 #define STORE(type,src,addr)	type src, [addr]  argument
 
 | 
| D | NG4memcpy.S | 67 #define LOAD(type,addr,dest)	type [addr], dest  argument72 #define STORE(type,src,addr)	type src, [addr]  argument
 74 #define STORE(type,src,addr)	type##a src, [addr] %asi  argument
 
 | 
| /linux-4.4.14/tools/lib/symbol/ | 
| D | kallsyms.c | 5 u8 kallsyms2elf_type(char type)  in kallsyms2elf_type()13 					  char type, u64 start))  in kallsyms__parse()
 
 | 
| /linux-4.4.14/fs/f2fs/ | 
| D | segment.c | 682 static void __set_sit_entry_type(struct f2fs_sb_info *sbi, int type,  in __set_sit_entry_type()791 static void __add_sum_entry(struct f2fs_sb_info *sbi, int type,  in __add_sum_entry()
 857 static int is_next_segment_free(struct f2fs_sb_info *sbi, int type)  in is_next_segment_free()
 961 static void reset_curseg(struct f2fs_sb_info *sbi, int type, int modified)  in reset_curseg()
 984 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec)  in new_curseg()
 1040 static void change_curseg(struct f2fs_sb_info *sbi, int type, bool reuse)  in change_curseg()
 1069 static int get_ssr_segment(struct f2fs_sb_info *sbi, int type)  in get_ssr_segment()
 1091 						int type, bool force)  in allocate_segment_by_default()
 1109 static void __allocate_new_segments(struct f2fs_sb_info *sbi, int type)  in __allocate_new_segments()
 1175 static bool __has_curseg_space(struct f2fs_sb_info *sbi, int type)  in __has_curseg_space()
 [all …]
 
 | 
| D | acl.c | 165 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type,  in __f2fs_get_acl()199 struct posix_acl *f2fs_get_acl(struct inode *inode, int type)  in f2fs_get_acl()
 204 static int __f2fs_set_acl(struct inode *inode, int type,  in __f2fs_set_acl()
 254 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in f2fs_set_acl()
 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ | 
| D | list.h | 254 #define container_of(ptr, type, member) \  argument261 #define list_entry(ptr, type, member) \  argument
 276 #define list_first_entry(ptr, type, member) \  argument
 291 #define list_last_entry(ptr, type, member) \  argument
 
 | 
| /linux-4.4.14/arch/arm64/net/ | 
| D | bpf_jit.h | 34 #define A64_COMP_BRANCH(sf, Rt, offset, type) \  argument52 #define A64_BRANCH(offset, type) aarch64_insn_gen_branch_imm(0, offset, \  argument
 62 #define A64_LS_REG(Rt, Rn, Rm, size, type) \  argument
 76 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \  argument
 86 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \  argument
 96 #define A64_BITFIELD(sf, Rd, Rn, immr, imms, type) \  argument
 119 #define A64_MOVEW(sf, Rd, imm16, shift, type) \  argument
 130 #define A64_ADDSUB_SREG(sf, Rd, Rn, Rm, type) \  argument
 143 #define A64_DATA1(sf, Rd, Rn, type) aarch64_insn_gen_data1(Rd, Rn, \  argument
 152 #define A64_DATA2(sf, Rd, Rn, Rm, type) aarch64_insn_gen_data2(Rd, Rn, Rm, \  argument
 [all …]
 
 | 
| /linux-4.4.14/drivers/usb/gadget/ | 
| D | u_f.h | 23 #define vla_item(groupname, type, name, n) \  argument32 #define vla_item_with_sz(groupname, type, name, n) \  argument
 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ | 
| D | M0203.h | 5 	u8  type;  member19 	u8 type;  member
 
 | 
| /linux-4.4.14/drivers/media/pci/cx18/ | 
| D | cx18-streams.c | 255 static void cx18_stream_init(struct cx18 *cx, int type)  in cx18_stream_init()312 static int cx18_prep_dev(struct cx18 *cx, int type)  in cx18_prep_dev()
 389 	int type, ret;  in cx18_streams_setup()  local
 411 static int cx18_reg_dev(struct cx18 *cx, int type)  in cx18_reg_dev()
 481 	int type;  in cx18_streams_register()  local
 504 	int type;  in cx18_streams_cleanup()  local
 
 | 
| /linux-4.4.14/drivers/pci/ | 
| D | access.c | 28 #define PCI_OP_READ(size,type,len) \  argument43 #define PCI_OP_WRITE(size,type,len) \  argument
 234 #define PCI_USER_READ_CONFIG(size,type)					\  argument
 254 #define PCI_USER_WRITE_CONFIG(size,type)				\  argument
 576 	int type = pci_pcie_type(dev);  in pcie_downstream_port()  local
 584 	int type = pci_pcie_type(dev);  in pcie_cap_has_lnkctl()  local
 603 	int type = pci_pcie_type(dev);  in pcie_cap_has_rtctl()  local
 
 | 
| /linux-4.4.14/security/ | 
| D | device_cgroup.c | 42 	short type;  member256 static char type_to_char(short type)  in type_to_char()
 321 static bool match_exception(struct list_head *exceptions, short type,  in match_exception()
 358 static bool match_exception_partial(struct list_head *exceptions, short type,  in match_exception_partial()
 812 static int __devcgroup_check_permission(short type, u32 major, u32 minor,  in __devcgroup_check_permission()
 838 	short type, access = 0;  in __devcgroup_inode_permission()  local
 855 	short type;  in devcgroup_inode_mknod()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ | 
| D | genops.c | 94 	struct obd_type *type;  in class_search_type()  local110 	struct obd_type *type = class_search_type(name);  in class_get_type()  local
 141 void class_put_type(struct obd_type *type)  in class_put_type()
 157 	struct obd_type *type;  in class_register_type()  local
 231 	struct obd_type *type = class_search_type(name);  in class_unregister_type()  local
 282 	struct obd_type *type = NULL;  in class_newdev()  local
 540 	const char	 *type;  in class_notify_sptlrpc_conf()  local
 
 | 
| /linux-4.4.14/drivers/acpi/apei/ | 
| D | einj.c | 52 	u32	type;  member92 	u64 type;  member
 153 static int __einj_get_available_error_type(u32 *type)  in __einj_get_available_error_type()
 168 static int einj_get_available_error_type(u32 *type)  in einj_get_available_error_type()
 295 static int __einj_error_trigger(u64 trigger_paddr, u32 type,  in __einj_error_trigger()
 413 static int __einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2,  in __einj_error_inject()
 518 static int einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2,  in einj_error_inject()
 
 | 
| /linux-4.4.14/security/apparmor/ | 
| D | audit.c | 153 void aa_audit_msg(int type, struct common_audit_data *sa,  in aa_audit_msg()172 int aa_audit(int type, struct aa_profile *profile, gfp_t gfp,  in aa_audit()
 
 | 
| /linux-4.4.14/fs/nfs/ | 
| D | nfs3acl.c | 14 struct posix_acl *nfs3_get_acl(struct inode *inode, int type)  in nfs3_get_acl()214 int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in nfs3_set_acl()
 256 nfs3_list_one_acl(struct inode *inode, int type, const char *name, void *data,  in nfs3_list_one_acl()
 
 | 
| /linux-4.4.14/include/uapi/linux/netfilter_bridge/ | 
| D | ebt_802_3.h | 34 	__be16 type;  member42 	__be16 type;  member
 58 	__be16 type;  member
 
 | 
| /linux-4.4.14/arch/x86/include/uapi/asm/ | 
| D | mtrr.h | 41     unsigned int type;     /*  Type of region   */  member48     unsigned int type;     /*  Type of region   */  member
 56 	__u32 type;		/*  Type of region   */  member
 63 	__u32 type;		/*  Type of region   */  member
 
 | 
| /linux-4.4.14/net/ethernet/ | 
| D | eth.c | 80 	       unsigned short type,  in eth_header()224 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type)  in eth_header_cache()
 403 	__be16 type;  in eth_gro_receive()  local
 453 	__be16 type = eh->h_proto;  in eth_gro_complete()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | llite_rmtacl.c | 181 static struct eacl_entry *ee_alloc(pid_t key, struct lu_fid *fid, int type,  in ee_alloc()211 					struct lu_fid *fid, int type)  in __et_search_del()
 230 				 struct lu_fid *fid, int type)  in et_search_del()
 253 int ee_add(struct eacl_table *et, pid_t key, struct lu_fid *fid, int type,  in ee_add()
 
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | highmem.h | 76 	int idx, type;  in kmap_atomic()  local98 	int type;  in __kunmap_atomic()  local
 
 | 
| /linux-4.4.14/fs/hfsplus/ | 
| D | posix_acl.c | 13 struct posix_acl *hfsplus_get_posix_acl(struct inode *inode, int type)  in hfsplus_get_posix_acl()58 		int type)  in hfsplus_set_posix_acl()
 
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | uaccess_32.h | 50 #define access_ok(type, addr, size) \  argument178 #define __get_user_check(x, addr, size, type) ({ \  argument
 208 #define __get_user_check_ret(x, addr, size, type, retval) ({ \  argument
 233 #define __get_user_nocheck(x, addr, size, type) ({			\  argument
 250 #define __get_user_nocheck_ret(x, addr, size, type, retval) ({		\  argument
 
 | 
| /linux-4.4.14/security/keys/ | 
| D | request_key.c | 508 struct key *request_key_and_link(struct key_type *type,  in request_key_and_link()619 struct key *request_key(struct key_type *type,  in request_key()
 656 struct key *request_key_with_auxdata(struct key_type *type,  in request_key_with_auxdata()
 692 struct key *request_key_async(struct key_type *type,  in request_key_async()
 717 struct key *request_key_async_with_auxdata(struct key_type *type,  in request_key_async_with_auxdata()
 
 | 
| /linux-4.4.14/drivers/firmware/efi/ | 
| D | efi-pstore.c | 33 	enum pstore_type_id *type;  member210 static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type,  in efi_pstore_read()
 238 static int efi_pstore_write(enum pstore_type_id type,  in efi_pstore_write()
 267 	enum pstore_type_id type;  member
 321 static int efi_pstore_erase(enum pstore_type_id type, u64 id, int count,  in efi_pstore_erase()
 
 | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| D | perf_event_intel_uncore.c | 305 static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type, int node)  in uncore_alloc_box()383 	struct intel_uncore_type *type = box->pmu->type;  in uncore_get_event_constraint()  local
 766 static void __init uncore_type_exit(struct intel_uncore_type *type)  in uncore_type_exit()
 785 static int __init uncore_type_init(struct intel_uncore_type *type)  in uncore_type_init()
 862 	struct intel_uncore_type *type;  in uncore_pci_probe()  local
 1034 	struct intel_uncore_type *type;  in uncore_cpu_dying()  local
 1053 	struct intel_uncore_type *type;  in uncore_cpu_starting()  local
 1096 	struct intel_uncore_type *type;  in uncore_cpu_prepare()  local
 1123 	struct intel_uncore_type *type;  in uncore_change_context()  local
 1307 	struct intel_uncore_type *type;  in uncore_pmus_register()  local
 
 | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_acl.c | 125 xfs_get_acl(struct inode *inode, int type)  in xfs_get_acl()182 __xfs_set_acl(struct inode *inode, int type, struct posix_acl *acl)  in __xfs_set_acl()
 279 xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in xfs_set_acl()
 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ | 
| D | ram.c | 50 	      enum nvkm_ram_type type, u64 size, u32 tags,  in nvkm_ram_ctor()94 	      enum nvkm_ram_type type, u64 size, u32 tags,  in nvkm_ram_new_()
 
 | 
| /linux-4.4.14/net/802/ | 
| D | fddi.c | 53 		       unsigned short type,  in fddi_header()100 	__be16 type;  in fddi_type_trans()  local
 
 | 
| /linux-4.4.14/net/ceph/ | 
| D | ceph_hash.c | 97 unsigned int ceph_str_hash(int type, const char *s, unsigned int len)  in ceph_str_hash()110 const char *ceph_str_hash_name(int type)  in ceph_str_hash_name()
 
 | 
| /linux-4.4.14/drivers/spi/ | 
| D | spi-fsl-lib.c | 33 #define MPC8XXX_SPI_RX_BUF(type) 					  \  argument42 #define MPC8XXX_SPI_TX_BUF(type)				\  argument
 
 | 
| /linux-4.4.14/include/xen/interface/ | 
| D | callback.h | 85 	uint16_t type;  member98     uint16_t type;  member
 
 | 
| /linux-4.4.14/sound/pci/emu10k1/ | 
| D | voice.c | 48 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,  in voice_alloc()115 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number,  in snd_emu10k1_voice_alloc()
 
 | 
| /linux-4.4.14/fs/reiserfs/ | 
| D | xattr_acl.c | 20 reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)  in reiserfs_set_acl()180 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)  in reiserfs_get_acl()
 238 		 int type, struct posix_acl *acl)  in __reiserfs_set_acl()
 
 |