Home
last modified time | relevance | path

Searched defs:_flags (Results 1 – 16 of 16) sorted by relevance

/include/linux/
Dtimer.h56 #define __TIMER_INITIALIZER(_function, _flags) { \ argument
91 #define __init_timer(_timer, _fn, _flags) \ argument
97 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument
104 #define __init_timer(_timer, _fn, _flags) \ argument
106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument
Dslab.h889 #define kmem_buckets_alloc(_b, _size, _flags) \ argument
892 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument
1002 #define kcalloc_node(_n, _size, _flags, _node) \ argument
1008 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO) argument
1020 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument
1027 #define kvmalloc(_size, _flags) kvmalloc_node(_size, _flags, NUMA_NO_NODE) argument
1028 #define kvmalloc_noprof(_size, _flags) kvmalloc_node_noprof(_size, _flags, NUMA_NO_NODE) argument
1029 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO) argument
1031 #define kvzalloc_node(_size, _flags, _node) kvmalloc_node(_size, (_flags)|__GFP_ZERO, _node) argument
1032 #define kmem_buckets_valloc(_b, _size, _flags) \ argument
Dsh_clk.h117 #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
Dirqflags.h91 # define lockdep_irq_work_enter(_flags) \ argument
96 # define lockdep_irq_work_exit(_flags) \ argument
Dclk-provider.h1459 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument
1468 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument
1482 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument
1491 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument
1502 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument
1511 #define CLK_HW_INIT_PARENTS_HW(_name, _parents, _ops, _flags) \ argument
1520 #define CLK_HW_INIT_PARENTS_DATA(_name, _parents, _ops, _flags) \ argument
1529 #define CLK_HW_INIT_NO_PARENT(_name, _ops, _flags) \ argument
1539 _div, _mult, _flags) \ argument
1550 _div, _mult, _flags) \ argument
[all …]
Dirq_work.h23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument
Drmap.h687 #define DEFINE_FOLIO_VMA_WALK(name, _folio, _vma, _address, _flags) \ argument
Dioport.h163 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument
Dof.h34 unsigned long _flags; member
62 unsigned long _flags; member
Dcompat.h236 u32 _flags; member
Dbpf.h2327 #define bpf_map_kmalloc_node(_map, _size, _flags, _node) \ argument
2329 #define bpf_map_kzalloc(_map, _size, _flags) \ argument
2331 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument
2333 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ argument
/include/linux/gpio/
Dmachine.h69 #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/
Ddrm_ioctl.h151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
/include/rdma/
Duverbs_types.h159 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument
/include/uapi/asm-generic/
Dsiginfo.h97 __u32 _flags; member
/include/uapi/linux/genwqe/
Dgenwqe_card.h391 #define ATS_SET_FLAGS(_struct, _field, _flags) \ argument