Home
last modified time | relevance | path

Searched refs:__name (Results 1 – 25 of 35) sorted by relevance

12

/linux/tools/perf/util/
A Drb_resort.h56 struct __name##_sorted_entry { \
71 struct __name##_sorted { \
76 static void __name##_sorted__insert(struct __name##_sorted *sorted, \
91 static void __name##_sorted__sort(struct __name##_sorted *sorted, \
103 static struct __name##_sorted *__name##_sorted__new(struct rb_root *entries, \
106 struct __name##_sorted *sorted; \
115 static void __name##_sorted__delete(struct __name##_sorted *sorted) \
124 struct __name##_sorted_entry *__name##_entry; \
125 struct __name##_sorted *__name = __name##_sorted__new
129 __name##_entry = rb_entry(__nd, struct __name##_sorted_entry, \
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00debug.c429 debug->__name.word_size); \
432 index *= debug->__name.word_size; \
471 debug->__name.word_size); \
474 index *= debug->__name.word_size; \
616 if (debug->__name.read) \ in rt2x00debug_create_file_chipset()
619 debug->__name.word_base, \ in rt2x00debug_create_file_chipset()
620 debug->__name.word_count, \ in rt2x00debug_create_file_chipset()
621 debug->__name.word_size); \ in rt2x00debug_create_file_chipset()
669 if (debug->__name.read) { \ in rt2x00debug_register()
672 &(__intf)->offset_##__name); \ in rt2x00debug_register()
[all …]
A Drt2x00debug.h28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument
29 struct reg##__name { \
40 } __name
/linux/include/linux/
A Dseq_file.h176 #define DEFINE_SEQ_ATTRIBUTE(__name) \ argument
179 int ret = seq_open(file, &__name ## _sops); \
187 static const struct file_operations __name ## _fops = { \
189 .open = __name ## _open, \
195 #define DEFINE_SHOW_ATTRIBUTE(__name) \ argument
201 static const struct file_operations __name ## _fops = { \
203 .open = __name ## _open, \
209 #define DEFINE_PROC_SHOW_ATTRIBUTE(__name) \ argument
212 return single_open(file, __name ## _show, PDE_DATA(inode)); \
215 static const struct proc_ops __name ## _proc_ops = { \
[all …]
A Dkprobes.h293 #define DEFINE_INSN_CACHE_OPS(__name) \ argument
294 extern struct kprobe_insn_cache kprobe_##__name##_slots; \
296 static inline kprobe_opcode_t *get_##__name##_slot(void) \
298 return __get_insn_slot(&kprobe_##__name##_slots); \
301 static inline void free_##__name##_slot(kprobe_opcode_t *slot, int dirty)\
303 __free_insn_slot(&kprobe_##__name##_slots, slot, dirty); \
306 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \
308 return __is_insn_slot_addr(&kprobe_##__name##_slots, addr); \
315 #define DEFINE_INSN_CACHE_OPS(__name) \ argument
316 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \
A Dinit.h240 #define ____define_initcall(fn, __stub, __name, __sec) \ argument
243 __stringify(__name) ": \n" \
248 #define ____define_initcall(fn, __unused, __name, __sec) \ argument
249 static initcall_t __name __used \
/linux/include/linux/netfilter/
A Dnf_conntrack_sip.h33 #define SDP_MEDIA_TYPE(__name, __class) \ argument
35 .name = (__name), \
36 .len = sizeof(__name) - 1, \
73 #define __SIP_HDR(__name, __cname, __search, __match) \ argument
75 .name = (__name), \
76 .len = sizeof(__name) - 1, \
84 #define SIP_HDR(__name, __cname, __search, __match) \ argument
85 __SIP_HDR(__name, __cname, __search, __match)
87 #define SDP_HDR(__name, __search, __match) \ argument
88 __SIP_HDR(__name, NULL, __search, __match)
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gt_debugfs.h13 #define DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(__name) \ argument
14 static int __name ## _open(struct inode *inode, struct file *file) \
16 return single_open(file, __name ## _show, inode->i_private); \
18 static const struct file_operations __name ## _fops = { \
20 .open = __name ## _open, \
/linux/include/linux/usb/
A Dgadget_configfs.h10 #define GS_STRINGS_W(__struct, __name) \ argument
11 static ssize_t __struct##_##__name##_store(struct config_item *item, \
17 ret = usb_string_copy(page, &gs->__name); \
23 #define GS_STRINGS_R(__struct, __name) \ argument
24 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \
27 return sprintf(page, "%s\n", gs->__name ?: ""); \
A Dserial.h423 #define usb_serial_module_driver(__name, __serial_drivers, __ids) \ argument
427 __name, __ids); \
/linux/include/xen/interface/io/
A Dring.h86 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
89 union __name##_sring_entry { \
95 struct __name##_sring { \
99 union __name##_sring_entry ring[1]; /* variable-length */ \
103 struct __name##_front_ring { \
107 struct __name##_sring *sring; \
111 struct __name##_back_ring { \
115 struct __name##_sring *sring; \
/linux/drivers/platform/x86/intel/pmc/
A Dcore.h349 #define DEFINE_PMC_CORE_ATTR_WRITE(__name) \ argument
350 static int __name ## _open(struct inode *inode, struct file *file) \
352 return single_open(file, __name ## _show, inode->i_private); \
355 static const struct file_operations __name ## _fops = { \
357 .open = __name ## _open, \
359 .write = __name ## _write, \
/linux/arch/sparc/include/asm/
A Dmdesc.h24 #define mdesc_for_each_node_by_name(__hdl, __node, __name) \ argument
25 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \
27 __node = mdesc_node_by_name(__hdl, __node, __name))
/linux/include/net/
A Dinet_hashtables.h300 #define INET_ADDR_COOKIE(__name, __saddr, __daddr) \ argument
301 const __addrpair __name = (__force __addrpair) ( \
305 #define INET_ADDR_COOKIE(__name, __saddr, __daddr) \ argument
306 const __addrpair __name = (__force __addrpair) ( \
317 #define INET_ADDR_COOKIE(__name, __saddr, __daddr) \ argument
318 const int __name __deprecated __attribute__((unused))
/linux/drivers/soc/amlogic/
A Dmeson-secure-pwrc.c86 #define SEC_PD(__name, __flag) \ argument
87 [PWRC_##__name##_ID] = \
89 .name = #__name, \
90 .index = PWRC_##__name##_ID, \
A Dmeson-ee-pwrc.c220 #define VPU_PD(__name, __top_pd, __mem, __is_pwr_off, __resets, __clks) \ argument
222 .name = __name, \
231 #define TOP_PD(__name, __top_pd, __mem, __is_pwr_off) \ argument
233 .name = __name, \
240 #define MEM_PD(__name, __mem) \ argument
241 TOP_PD(__name, NULL, __mem, NULL)
A Dmeson-clk-measure.c49 #define CLK_MSR_ID(__id, __name) \ argument
50 [__id] = {.id = __id, .name = __name,}
/linux/drivers/pinctrl/vt8500/
A Dpinctrl-wmt.h28 #define WMT_GROUP(__name, __data) \ argument
30 .name = __name, \
/linux/drivers/soc/atmel/
A Dsoc.h23 __name, __family) \ argument
29 .name = (__name), \
/linux/include/linux/mtd/
A Drawnand.h279 #define NAND_ECC_CAPS_SINGLE(__name, __calc, __step, ...) \ argument
280 static const int __name##_strengths[] = { __VA_ARGS__ }; \
281 static const struct nand_ecc_step_info __name##_stepinfo = { \
283 .strengths = __name##_strengths, \
284 .nstrengths = ARRAY_SIZE(__name##_strengths), \
286 static const struct nand_ecc_caps __name = { \
287 .stepinfos = &__name##_stepinfo, \
/linux/drivers/usb/storage/
A Dusb.h197 #define module_usb_stor_driver(__driver, __sht, __name) \ argument
200 usb_stor_host_template_init(&(__sht), __name, THIS_MODULE); \
/linux/include/uapi/linux/netfilter/
A Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
61 .name = __name, \
/linux/net/bluetooth/
A Dhci_debugfs.c33 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument
34 static ssize_t __name ## _read(struct file *file, \
47 static ssize_t __name ## _write(struct file *file, \
70 static const struct file_operations __name ## _fops = { \
72 .read = __name ## _read, \
73 .write = __name ## _write, \
77 #define DEFINE_INFO_ATTRIBUTE(__name, __field) \ argument
78 static int __name ## _show(struct seq_file *f, void *ptr) \
89 DEFINE_SHOW_ATTRIBUTE(__name)
/linux/fs/
A Dfilesystems.c132 static int fs_index(const char __user * __name) in fs_index() argument
138 name = getname(__name); in fs_index()
A Dd_path.c15 #define DECLARE_BUFFER(__name, __buf, __len) \ argument
16 struct prepend_buffer __name = {.buf = __buf + __len, .len = __len}

Completed in 62 milliseconds

12