/include/linux/ |
A D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 37 #define INDIRECT_CALLABLE_DECLARE(f) f argument 39 #define EXPORT_INDIRECT_CALLABLE(f) EXPORT_SYMBOL(f) argument 42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 46 #define INDIRECT_CALLABLE_DECLARE(f) argument 48 #define EXPORT_INDIRECT_CALLABLE(f) argument [all …]
|
A D | file.h | 44 #define fd_file(f) ((struct file *)((f).word & ~(FDPUT_FPUT|FDPUT_POS_UNLOCK))) argument 45 static inline bool fd_empty(struct fd f) in fd_empty() 51 static inline struct fd BORROWED_FD(struct file *f) in BORROWED_FD() 55 static inline struct fd CLONED_FD(struct file *f) in CLONED_FD() 76 static inline void fdput_pos(struct fd f) in fdput_pos()
|
A D | skbuff_ref.h | 30 static inline void skb_frag_ref(struct sk_buff *skb, int f) in skb_frag_ref() 66 static inline void skb_frag_unref(struct sk_buff *skb, int f) in skb_frag_unref()
|
A D | if_tun.h | 48 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() 53 static inline struct ptr_ring *tun_get_tx_ring(struct file *f) in tun_get_tx_ring()
|
A D | if_tap.h | 17 static inline struct socket *tap_get_socket(struct file *f) in tap_get_socket() 21 static inline struct ptr_ring *tap_get_ptr_ring(struct file *f) in tap_get_ptr_ring()
|
A D | ptr_ring.h | 425 #define __PTR_RING_PEEK_CALL(r, f) ((f)(__ptr_ring_peek(r))) argument 427 #define PTR_RING_PEEK_CALL(r, f) ({ \ argument 436 #define PTR_RING_PEEK_CALL_IRQ(r, f) ({ \ argument 445 #define PTR_RING_PEEK_CALL_BH(r, f) ({ \ argument 454 #define PTR_RING_PEEK_CALL_ANY(r, f) ({ \ argument
|
A D | memfd.h | 19 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a) in memfd_fcntl()
|
A D | workqueue.h | 238 #define __WORK_INITIALIZER(n, f) { \ argument 245 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument 251 #define DECLARE_WORK(n, f) \ argument 254 #define DECLARE_DELAYED_WORK(n, f) \ argument 257 #define DECLARE_DEFERRABLE_WORK(n, f) \ argument
|
A D | nubus.h | 125 #define for_each_func_rsrc(f) \ argument 128 #define for_each_board_func_rsrc(b, f) \ argument
|
A D | memory_hotplug.h | 272 static inline void pgdat_resize_lock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_lock() 273 static inline void pgdat_resize_unlock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_unlock()
|
/include/linux/ceph/ |
A D | ceph_frag.h | 27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() 31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value() 35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask() 39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift() 44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value() 49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child() 55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost() 59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost() 63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
|
/include/linux/mtd/ |
A D | sh_flctl.h | 18 #define FLCMNCR(f) (f->reg + 0x0) argument 19 #define FLCMDCR(f) (f->reg + 0x4) argument 20 #define FLCMCDR(f) (f->reg + 0x8) argument 21 #define FLADR(f) (f->reg + 0xC) argument 22 #define FLADR2(f) (f->reg + 0x3C) argument 23 #define FLDATAR(f) (f->reg + 0x10) argument 24 #define FLDTCNTR(f) (f->reg + 0x14) argument 26 #define FLBSYTMR(f) (f->reg + 0x1C) argument 27 #define FLBSYCNT(f) (f->reg + 0x20) argument 28 #define FLDTFIFO(f) (f->reg + 0x24) argument [all …]
|
/include/media/ |
A D | v4l2-device.h | 293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 385 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 412 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 445 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 472 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 504 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 526 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 554 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/include/linux/mmc/ |
A D | sdio_func.h | 62 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) argument 64 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) argument 66 #define sdio_func_id(f) (dev_name(&(f)->dev)) argument 68 #define sdio_get_drvdata(f) dev_get_drvdata(&(f)->dev) argument 69 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) argument
|
/include/trace/events/ |
A D | libata.h | 173 #define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f) argument 176 #define __parse_tf_flags(f) libata_trace_parse_tf_flags(p, f) argument 180 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
|
/include/uapi/linux/ |
A D | if_tunnel.h | 35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument 36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument 37 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument 38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument 39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument 40 #define GRE_IS_REC(f) ((f) & GRE_REC) argument 41 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
|
/include/dt-bindings/pinctrl/ |
A D | r7s72100-pinctrl.h | 15 #define RZA1_PINMUX(b, p, f) ((b) * RZA1_PINS_PER_PORT + (p) | (f << 16)) argument
|
A D | rzg2l-pinctrl.h | 18 #define RZG2L_PORT_PINMUX(b, p, f) ((b) * RZG2L_PINS_PER_PORT + (p) | ((f) << 16)) argument
|
A D | rzv2m-pinctrl.h | 18 #define RZV2M_PORT_PINMUX(b, p, f) ((b) * RZV2M_PINS_PER_PORT + (p) | ((f) << 16)) argument
|
A D | renesas,r9a09g057-pinctrl.h | 28 #define RZV2H_PORT_PINMUX(b, p, f) RZG2L_PORT_PINMUX(RZV2H_P##b, p, f) argument
|
A D | renesas,r9a09g047-pinctrl.h | 38 #define RZG3E_PORT_PINMUX(b, p, f) RZG2L_PORT_PINMUX(RZG3E_P##b, p, f) argument
|
A D | r7s9210-pinctrl.h | 40 #define RZA2_PINMUX(b, p, f) ((b) * RZA2_PINS_PER_PORT + (p) | (f << 16)) argument
|
/include/video/ |
A D | trident.h | 8 #define debug(f, a...) printk("%s:" f, __func__ , ## a); argument 10 #define debug(f, a...) argument 13 #define output(f, a...) pr_info("tridentfb: " f, ## a) argument
|
/include/acpi/platform/ |
A D | aclinux.h | 120 #define ACPI_OFFSET(d, f) offsetof(d, f) argument 187 #define ACPI_OFFSET(d, f) offsetof(d, f) argument
|
/include/crypto/ |
A D | blake2b.h | 15 u64 f[2]; member
|