/include/linux/ceph/ |
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/ |
D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 27 #define INDIRECT_CALLABLE_DECLARE(f) f argument 31 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 32 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 33 #define INDIRECT_CALLABLE_DECLARE(f) argument 43 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument 46 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument 48 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) argument
|
D | if_tun.h | 39 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() 43 static inline struct ptr_ring *tun_get_tx_ring(struct file *f) in tun_get_tx_ring()
|
D | memfd.h | 10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) in memfd_fcntl()
|
D | ptr_ring.h | 424 #define __PTR_RING_PEEK_CALL(r, f) ((f)(__ptr_ring_peek(r))) argument 426 #define PTR_RING_PEEK_CALL(r, f) ({ \ argument 435 #define PTR_RING_PEEK_CALL_IRQ(r, f) ({ \ argument 444 #define PTR_RING_PEEK_CALL_BH(r, f) ({ \ argument 453 #define PTR_RING_PEEK_CALL_ANY(r, f) ({ \ argument
|
D | dma-fence.h | 576 #define DMA_FENCE_TRACE(f, fmt, args...) \ argument 584 #define DMA_FENCE_WARN(f, fmt, args...) \ argument 591 #define DMA_FENCE_ERR(f, fmt, args...) \ argument
|
D | if_tap.h | 13 static inline struct socket *tap_get_socket(struct file *f) in tap_get_socket() 17 static inline struct ptr_ring *tap_get_ptr_ring(struct file *f) in tap_get_ptr_ring()
|
D | tty.h | 124 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) argument 125 #define _O_FLAG(tty, f) ((tty)->termios.c_oflag & (f)) argument 126 #define _C_FLAG(tty, f) ((tty)->termios.c_cflag & (f)) argument 127 #define _L_FLAG(tty, f) ((tty)->termios.c_lflag & (f)) argument 791 #define tty_msg(fn, tty, f, ...) \ argument 794 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument 795 #define tty_info(tty, f, ...) tty_msg(pr_info, tty, f, ##__VA_ARGS__) argument 796 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument 797 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument 798 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument [all …]
|
D | workqueue.h | 191 #define __WORK_INITIALIZER(n, f) { \ argument 198 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument 204 #define DECLARE_WORK(n, f) \ argument 207 #define DECLARE_DELAYED_WORK(n, f) \ argument 210 #define DECLARE_DEFERRABLE_WORK(n, f) \ argument
|
D | file.h | 75 static inline void fdput_pos(struct fd f) in fdput_pos()
|
D | nubus.h | 126 #define for_each_func_rsrc(f) \ argument 129 #define for_each_board_func_rsrc(b, f) \ argument
|
D | memory_hotplug.h | 307 static inline void pgdat_resize_lock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_lock() 308 static inline void pgdat_resize_unlock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_unlock()
|
/include/linux/mtd/ |
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 25 #define FLINTDMACR(f) (f->reg + 0x18) argument 26 #define FLBSYTMR(f) (f->reg + 0x1C) argument 27 #define FLBSYCNT(f) (f->reg + 0x20) argument [all …]
|
/include/media/ |
D | v4l2-device.h | 250 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 275 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 307 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 342 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 369 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 402 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 429 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 461 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 483 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 511 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/include/linux/mmc/ |
D | sdio_func.h | 60 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) argument 62 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) argument 64 #define sdio_func_id(f) (dev_name(&(f)->dev)) argument 66 #define sdio_get_drvdata(f) dev_get_drvdata(&(f)->dev) argument 67 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) argument
|
/include/uapi/linux/ |
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
|
D | map_to_7segment.h | 98 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
/include/linux/wimax/ |
D | debug.h | 176 #define _d_printf(l, tag, dev, f, a...) \ argument 361 #define d_fnstart(l, _dev, f, a...) _d_printf(l, " FNSTART", _dev, f, ## a) argument 371 #define d_fnend(l, _dev, f, a...) _d_printf(l, " FNEND", _dev, f, ## a) argument 381 #define d_printf(l, _dev, f, a...) _d_printf(l, "", _dev, f, ## a) argument
|
/include/trace/events/ |
D | libata.h | 145 #define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f) argument 149 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
|
/include/dt-bindings/pinctrl/ |
D | r7s72100-pinctrl.h | 15 #define RZA1_PINMUX(b, p, f) ((b) * RZA1_PINS_PER_PORT + (p) | (f << 16)) argument
|
D | r7s9210-pinctrl.h | 40 #define RZA2_PINMUX(b, p, f) ((b) * RZA2_PINS_PER_PORT + (p) | (f << 16)) argument
|
/include/video/ |
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/crypto/ |
D | blake2b.h | 26 u64 f[2]; member
|
D | blake2s.h | 29 u32 f[2]; member
|
/include/linux/sunrpc/ |
D | stats.h | 78 const struct file_operations *f) { return NULL; } in svc_proc_register()
|