Searched defs:__s (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/remoteproc/ |
D | remoteproc_elf_helpers.h | 40 #define ELF_GEN_FIELD_GET_SET(__s, __field, __type) \ argument 87 #define ELF_STRUCT_SIZE(__s) \ in ELF_GEN_FIELD_GET_SET() argument
|
/linux-6.1.9/arch/arm/include/asm/ |
D | uaccess.h | 122 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 133 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 144 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument 210 #define __put_user_check(__pu_val, __ptr, __err, __s) \ argument
|
/linux-6.1.9/io_uring/ |
D | rw.c | 698 struct io_rw_state __s, *s = &__s; in io_read() local 846 struct io_rw_state __s, *s = &__s; in io_write() local
|
/linux-6.1.9/drivers/media/pci/solo6x10/ |
D | solo6x10-regs.h | 99 #define SOLO_PCI_ERR_FSM0(__s) (((__s) >> 16) & 0x0f) argument 100 #define SOLO_PCI_ERR_FSM1(__s) (((__s) >> 20) & 0x0f) argument 101 #define SOLO_PCI_ERR_FSM2(__s) (((__s) >> 24) & 0x1f) argument
|
/linux-6.1.9/tools/perf/ |
D | builtin-c2c.c | 506 #define HEX_STR(__s, __v) \ argument 841 #define PERC_STR(__s, __v) \ argument 1359 #define HEADER_SPAN(__h0, __h1, __s) \ argument
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_display.h | 392 #define for_each_sprite(__dev_priv, __p, __s) \ argument
|
/linux-6.1.9/mm/ |
D | slab.h | 791 #define for_each_kmem_cache_node(__s, __node, __n) \ argument
|
D | slub.c | 427 #define for_each_object(__p, __s, __addr, __objects) \ argument
|