| /include/linux/ |
| A D | timer.h | 56 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 91 #define __timer_init(_timer, _fn, _flags) \ argument 97 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument 104 #define __timer_init(_timer, _fn, _flags) \ argument 106 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument
|
| A D | slab.h | 913 #define kmem_buckets_alloc(_b, _size, _flags) \ argument 916 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument 1024 #define kcalloc_node(_n, _size, _flags, _node) \ argument 1030 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) argument 1042 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument 1049 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument 1050 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument 1051 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) argument 1053 #define kvzalloc_node(_size, _flags, _node) kvmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument 1054 #define kmem_buckets_valloc(_b, _size, _flags) \ argument
|
| A D | sh_clk.h | 117 #define SH_CLK_MSTP(_parent, _enable_reg, _enable_bit, _status_reg, _flags) \ argument 151 #define SH_CLK_DIV4(_parent, _reg, _shift, _div_bitmap, _flags) \ argument 175 #define SH_CLK_DIV6_EXT(_reg, _flags, _parents, \ argument 188 #define SH_CLK_DIV6(_parent, _reg, _flags) \ argument
|
| A D | clk-provider.h | 1495 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument 1504 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument 1518 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument 1527 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument 1538 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument 1547 #define CLK_HW_INIT_PARENTS_HW(_name, _parents, _ops, _flags) \ argument 1565 #define CLK_HW_INIT_NO_PARENT(_name, _ops, _flags) \ argument 1575 _div, _mult, _flags) \ argument 1586 _div, _mult, _flags) \ argument 1601 _div, _mult, _flags) \ argument [all …]
|
| A D | irqflags.h | 97 # define lockdep_irq_work_enter(_flags) \ argument 102 # define lockdep_irq_work_exit(_flags) \ argument
|
| A D | irq_work.h | 23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument
|
| A D | ioport.h | 157 #define DEFINE_RES_NAMED_DESC(_start, _size, _name, _flags, _desc) \ argument 166 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument 168 #define DEFINE_RES(_start, _size, _flags) \ argument
|
| A D | rmap.h | 943 #define DEFINE_FOLIO_VMA_WALK(name, _folio, _vma, _address, _flags) \ argument
|
| A D | of.h | 34 unsigned long _flags; member 62 unsigned long _flags; member
|
| A D | compat.h | 236 u32 _flags; member
|
| A D | bpf.h | 2485 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument 2487 #define bpf_map_kzalloc(_map, _size, _flags) \ argument 2489 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2491 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
|
| /include/linux/gpio/ |
| A D | machine.h | 69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument 81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument 89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
|
| /include/drm/ |
| A D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
| /include/net/ |
| A D | netmem.h | 33 unsigned long _flags; member 109 unsigned long _flags; member
|
| /include/rdma/ |
| A D | uverbs_types.h | 192 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument
|
| /include/uapi/asm-generic/ |
| A D | siginfo.h | 97 __u32 _flags; member
|
| /include/uapi/linux/genwqe/ |
| A D | genwqe_card.h | 391 #define ATS_SET_FLAGS(_struct, _field, _flags) \ argument
|