Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/include/linux/
Dmoduleparam.h21 #define __MODULE_INFO(tag, name, info) \ argument
27 #define __MODULE_INFO(tag, name, info) \ argument
30 #define __MODULE_PARM_TYPE(name, _type) \ argument
72 const char *name; member
128 #define module_param(name, type, perm) \ argument
134 #define module_param_unsafe(name, type, perm) \ argument
148 #define module_param_named(name, value, type, perm) \ argument
156 #define module_param_named_unsafe(name, value, type, perm) \ argument
169 #define module_param_cb(name, ops, arg, perm) \ argument
172 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
[all …]
Dcrash_core.h43 #define VMCOREINFO_SYMBOL(name) \ argument
45 #define VMCOREINFO_SYMBOL_ARRAY(name) \ argument
47 #define VMCOREINFO_SIZE(name) \ argument
50 #define VMCOREINFO_STRUCT_SIZE(name) \ argument
53 #define VMCOREINFO_OFFSET(name, field) \ argument
56 #define VMCOREINFO_LENGTH(name, value) \ argument
58 #define VMCOREINFO_NUMBER(name) \ argument
60 #define VMCOREINFO_CONFIG(name) \ argument
Dtracepoint.h160 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
170 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
185 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
236 #define DEFINE_TRACE_FN(name, reg, unreg) \ argument
246 #define DEFINE_TRACE(name) \ argument
249 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) \ argument
251 #define EXPORT_TRACEPOINT_SYMBOL(name) \ argument
255 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
281 #define DEFINE_TRACE_FN(name, reg, unreg) argument
282 #define DEFINE_TRACE(name) argument
[all …]
Dproc_fs.h51 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
53 static inline struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
55 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point()
56 static inline struct proc_dir_entry *proc_mkdir_data(const char *name, in proc_mkdir_data()
58 static inline struct proc_dir_entry *proc_mkdir_mode(const char *name, in proc_mkdir_mode()
60 #define proc_create(name, mode, parent, proc_fops) ({NULL;}) argument
61 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;}) argument
69 #define remove_proc_entry(name, parent) do {} while (0) argument
70 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree()
83 struct net *net, const char *name, struct proc_dir_entry *parent) in proc_net_mkdir()
Ddebugfs.h34 char *name; member
186 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup()
192 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file()
199 static inline struct dentry *debugfs_create_file_unsafe(const char *name, in debugfs_create_file_unsafe()
207 static inline struct dentry *debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size()
215 static inline struct dentry *debugfs_create_dir(const char *name, in debugfs_create_dir()
221 static inline struct dentry *debugfs_create_symlink(const char *name, in debugfs_create_symlink()
228 static inline struct dentry *debugfs_create_automount(const char *name, in debugfs_create_automount()
272 static inline struct dentry *debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8()
279 static inline struct dentry *debugfs_create_u16(const char *name, umode_t mode, in debugfs_create_u16()
[all …]
Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ argument
20 #define DEFINE_READ_MOSTLY_HASHTABLE(name, bits) \ argument
24 #define DECLARE_HASHTABLE(name, bits) \ argument
27 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument
28 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument
126 #define hash_for_each(name, bkt, obj, member) \ argument
138 #define hash_for_each_rcu(name, bkt, obj, member) \ argument
152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
165 #define hash_for_each_possible(name, obj, member, key) \ argument
176 #define hash_for_each_possible_rcu(name, obj, member, key) \ argument
[all …]
Dnotifier.h82 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument
86 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument
90 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument
96 #define srcu_cleanup_notifier_head(name) \ argument
99 #define ATOMIC_NOTIFIER_INIT(name) { \ argument
102 #define BLOCKING_NOTIFIER_INIT(name) { \ argument
105 #define RAW_NOTIFIER_INIT(name) { \ argument
109 #define ATOMIC_NOTIFIER_HEAD(name) \ argument
112 #define BLOCKING_NOTIFIER_HEAD(name) \ argument
115 #define RAW_NOTIFIER_HEAD(name) \ argument
Dfirmware.h25 char *name; member
35 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument
38 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument
57 const char *name, in request_firmware()
64 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
75 const char *name, in request_firmware_direct()
82 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
Drcu_sync.h67 #define __RCU_SYNC_INITIALIZER(name, type) { \ argument
75 #define __DEFINE_RCU_SYNC(name, type) \ argument
78 #define DEFINE_RCU_SYNC(name) \ argument
81 #define DEFINE_RCU_SCHED_SYNC(name) \ argument
84 #define DEFINE_RCU_BH_SYNC(name) \ argument
Dgenl_magic_struct.h72 #define __flg_field(attr_nr, attr_flag, name) \ argument
75 #define __u8_field(attr_nr, attr_flag, name) \ argument
78 #define __u16_field(attr_nr, attr_flag, name) \ argument
81 #define __u32_field(attr_nr, attr_flag, name) \ argument
84 #define __s32_field(attr_nr, attr_flag, name) \ argument
87 #define __u64_field(attr_nr, attr_flag, name) \ argument
90 #define __str_field(attr_nr, attr_flag, name, maxlen) \ argument
93 #define __bin_field(attr_nr, attr_flag, name, maxlen) \ argument
98 #define __flg_field_def(attr_nr, attr_flag, name, default) \ argument
100 #define __u32_field_def(attr_nr, attr_flag, name, default) \ argument
[all …]
Dgenl_magic_func.h35 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument
40 #define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \ argument
55 const char *name, void *valp) in dprint_field()
78 const char *name, const char *val, unsigned len) in dprint_array()
100 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument
110 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument
121 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument
122 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument
179 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument
196 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
[all …]
Delfnote.h72 #define _ELFNOTE(size, name, unique, type, desc) \ argument
92 #define ELFNOTE(size, name, type, desc) \ argument
95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument
96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
Dnvmem-consumer.h25 const char *name; member
61 const char *name) in nvmem_cell_get()
67 const char *name) in devm_nvmem_cell_get()
99 const char *name) in nvmem_device_get()
105 const char *name) in devm_nvmem_device_get()
155 const char *name) in of_nvmem_cell_get()
161 const char *name) in of_nvmem_device_get()
Dswait.h53 #define __SWAITQUEUE_INITIALIZER(name) { \ argument
58 #define DECLARE_SWAITQUEUE(name) \ argument
61 #define __SWAIT_QUEUE_HEAD_INITIALIZER(name) { \ argument
66 #define DECLARE_SWAIT_QUEUE_HEAD(name) \ argument
79 # define __SWAIT_QUEUE_HEAD_INIT_ONSTACK(name) \ argument
81 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument
84 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument
Dnamei.h54 static inline int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at()
60 static inline int user_path(const char __user *name, struct path *path) in user_path()
65 static inline int user_lpath(const char __user *name, struct path *path) in user_lpath()
70 static inline int user_path_dir(const char __user *name, struct path *path) in user_path_dir()
99 static inline void nd_terminate_link(void *name, size_t len, size_t maxlen) in nd_terminate_link()
Dpercpu-defs.h85 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
89 #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 …]
Dsyscalls.h196 #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__) argument
197 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) argument
198 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) argument
199 #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) argument
200 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) argument
201 #define SYSCALL_DEFINE6(name, ...) SYSCALL_DEFINEx(6, _##name, __VA_ARGS__) argument
210 #define __SYSCALL_DEFINEx(x, name, ...) \ argument
Dtracepoint-defs.h16 const char *name; member
21 const char *name; member
31 const char *name; /* Tracepoint name */ member
/include/trace/events/
Dfs_dax.h54 #define DEFINE_PMD_FAULT_EVENT(name) \ argument
96 #define DEFINE_PMD_LOAD_HOLE_EVENT(name) \ argument
145 #define DEFINE_PMD_INSERT_MAPPING_EVENT(name) \ argument
187 #define DEFINE_PTE_FAULT_EVENT(name) \ argument
250 #define DEFINE_WRITEBACK_RANGE_EVENT(name) \ argument
Dxen.h26 #define DEFINE_XEN_MC_BATCH(name) \ argument
149 #define DEFINE_XEN_MMU_SET_PTE(name) \ argument
294 #define DEFINE_XEN_MMU_PTEP_MODIFY_PROT(name) \ argument
348 #define DEFINE_XEN_MMU_PGD_EVENT(name) \ argument
/include/asm-generic/
Dexport.h23 #define KSYM(name) _##name argument
25 #define KSYM(name) name argument
86 #define EXPORT_SYMBOL(name) \ argument
88 #define EXPORT_SYMBOL_GPL(name) \ argument
90 #define EXPORT_DATA_SYMBOL(name) \ argument
92 #define EXPORT_DATA_SYMBOL_GPL(name) \ argument
/include/trace/
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
50 #define DEFINE_EVENT(template, name, proto, args) \ argument
54 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
58 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
66 #define DECLARE_TRACE(name, proto, args) \ argument
93 #define DECLARE_TRACE(name, proto, args) argument
/include/linux/ceph/
Dceph_features.h13 #define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ argument
19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
28 #define DEFINE_CEPH_FEATURE_RETIRED(bit, inc, name, unused, unadvertised) argument
37 #define CEPH_HAVE_FEATURE(x, name) \ argument
/include/clocksource/
Dtimer-sp804.h13 static inline void sp804_clocksource_init(void __iomem *base, const char *name) in sp804_clocksource_init()
19 const char *name) in sp804_clocksource_and_sched_clock_init()
24 static inline void sp804_clockevents_init(void __iomem *base, unsigned int irq, const char *name) in sp804_clockevents_init()
/include/uapi/sound/
Dtlv.h47 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name, ...) \ argument
59 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument
69 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \ argument
73 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \ argument
81 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \ argument
94 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name, ...) \ argument

12345678910>>...25