/include/linux/ceph/ |
D | ceph_frag.h | 26 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits() 30 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value() 34 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask() 38 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift() 43 static inline int ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value() 47 static inline int ceph_frag_contains_frag(__u32 f, __u32 sub) in ceph_frag_contains_frag() 54 static inline __u32 ceph_frag_parent(__u32 f) in ceph_frag_parent() 59 static inline int ceph_frag_is_left_child(__u32 f) in ceph_frag_is_left_child() 64 static inline int ceph_frag_is_right_child(__u32 f) in ceph_frag_is_right_child() 69 static inline __u32 ceph_frag_sibling(__u32 f) in ceph_frag_sibling() [all …]
|
/include/linux/mtd/ |
D | sh_flctl.h | 30 #define FLCMNCR(f) (f->reg + 0x0) argument 31 #define FLCMDCR(f) (f->reg + 0x4) argument 32 #define FLCMCDR(f) (f->reg + 0x8) argument 33 #define FLADR(f) (f->reg + 0xC) argument 34 #define FLADR2(f) (f->reg + 0x3C) argument 35 #define FLDATAR(f) (f->reg + 0x10) argument 36 #define FLDTCNTR(f) (f->reg + 0x14) argument 37 #define FLINTDMACR(f) (f->reg + 0x18) argument 38 #define FLBSYTMR(f) (f->reg + 0x1C) argument 39 #define FLBSYCNT(f) (f->reg + 0x20) argument [all …]
|
/include/media/ |
D | v4l2-device.h | 136 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 143 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 155 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 168 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 178 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 191 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 199 #define v4l2_device_has_op(v4l2_dev, o, f) \ argument
|
/include/linux/netfilter/ |
D | nf_conntrack_proto_gre.h | 21 #define GRE_IS_C(f) ((f)&GRE_FLAG_C) argument 22 #define GRE_IS_R(f) ((f)&GRE_FLAG_R) argument 23 #define GRE_IS_K(f) ((f)&GRE_FLAG_K) argument 24 #define GRE_IS_S(f) ((f)&GRE_FLAG_S) argument 25 #define GRE_IS_A(f) ((f)&GRE_FLAG_A) argument
|
/include/asm-generic/bitops/ |
D | atomic.h | 22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
/include/linux/mmc/ |
D | sdio_func.h | 72 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) argument 74 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) argument 76 #define sdio_func_id(f) (dev_name(&(f)->dev)) argument 78 #define sdio_get_drvdata(f) dev_get_drvdata(&(f)->dev) argument 79 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) argument
|
D | sdio.h | 170 #define SDIO_FBR_BASE(f) ((f) * 0x100) /* base of function f's FBRs */ argument
|
/include/linux/ |
D | device-mapper.h | 512 #define DMCRIT(f, arg...) \ argument 515 #define DMERR(f, arg...) \ argument 517 #define DMERR_LIMIT(f, arg...) \ argument 524 #define DMWARN(f, arg...) \ argument 526 #define DMWARN_LIMIT(f, arg...) \ argument 533 #define DMINFO(f, arg...) \ argument 535 #define DMINFO_LIMIT(f, arg...) \ argument 543 # define DMDEBUG(f, arg...) \ argument 545 # define DMDEBUG_LIMIT(f, arg...) \ argument 552 # define DMDEBUG(f, arg...) do {} while (0) argument [all …]
|
D | if_tun.h | 27 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket()
|
D | fence.h | 357 #define FENCE_TRACE(f, fmt, args...) \ argument 365 #define FENCE_WARN(f, fmt, args...) \ argument 372 #define FENCE_ERR(f, fmt, args...) \ argument
|
D | workqueue.h | 157 #define __WORK_INITIALIZER(n, f) { \ argument 164 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument 171 #define DECLARE_WORK(n, f) \ argument 174 #define DECLARE_DELAYED_WORK(n, f) \ argument 177 #define DECLARE_DEFERRABLE_WORK(n, f) \ argument
|
D | memory_hotplug.h | 204 static inline void pgdat_resize_lock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_lock() 205 static inline void pgdat_resize_unlock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_unlock()
|
D | tty.h | 122 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) argument 123 #define _O_FLAG(tty, f) ((tty)->termios.c_oflag & (f)) argument 124 #define _C_FLAG(tty, f) ((tty)->termios.c_cflag & (f)) argument 125 #define _L_FLAG(tty, f) ((tty)->termios.c_lflag & (f)) argument 598 char *f, int count) in tty_ldisc_receive_buf() 678 #define tty_debug(tty, f, args...) \ argument
|
D | shmem_fs.h | 75 static inline long shmem_fcntl(struct file *f, unsigned int c, unsigned long a) in shmem_fcntl()
|
D | if_macvlan.h | 19 static inline struct socket *macvtap_get_socket(struct file *f) in macvtap_get_socket()
|
D | fscrypt.h | 37 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len) argument
|
D | hugetlb.h | 373 static inline struct hstate *hstate_file(struct file *f) in hstate_file() 516 #define hstate_file(f) NULL argument 547 static inline void hugetlb_report_usage(struct seq_file *f, struct mm_struct *m) in hugetlb_report_usage()
|
/include/linux/wimax/ |
D | debug.h | 199 #define _d_printf(l, tag, dev, f, a...) \ argument 384 #define d_fnstart(l, _dev, f, a...) _d_printf(l, " FNSTART", _dev, f, ## a) argument 394 #define d_fnend(l, _dev, f, a...) _d_printf(l, " FNEND", _dev, f, ## a) argument 404 #define d_printf(l, _dev, f, a...) _d_printf(l, "", _dev, f, ## a) argument
|
/include/video/ |
D | trident.h | 7 #define debug(f, a...) printk("%s:" f, __func__ , ## a); argument 9 #define debug(f, a...) argument 12 #define output(f, a...) pr_info("tridentfb: " f, ## a) argument
|
/include/trace/events/ |
D | libata.h | 140 #define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f) argument
|
/include/asm-generic/ |
D | dma-mapping-broken.h | 35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
|
D | qspinlock.h | 142 #define arch_spin_lock_flags(l, f) queued_spin_lock(l) argument
|
/include/uapi/linux/ |
D | map_to_7segment.h | 97 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
/include/linux/sunrpc/ |
D | stats.h | 77 const struct file_operations *f) { return NULL; } in svc_proc_register()
|
/include/uapi/linux/netfilter/ |
D | xt_osf.h | 82 struct xt_osf_user_finger f; member
|