Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 46) sorted by relevance

12

/include/linux/ceph/
Dceph_frag.h26 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 bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
48 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child()
54 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost()
58 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost()
62 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
/include/linux/mtd/
Dsh_flctl.h30 #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/
Dv4l2-device.h224 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
231 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
243 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
256 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
266 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
279 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
292 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
307 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
319 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
338 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
/include/asm-generic/bitops/
Datomic.h22 #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/
Dsdio_func.h72 #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
/include/linux/
Ddevice-mapper.h545 #define DMCRIT(f, arg...) \ argument
548 #define DMERR(f, arg...) \ argument
550 #define DMERR_LIMIT(f, arg...) \ argument
557 #define DMWARN(f, arg...) \ argument
559 #define DMWARN_LIMIT(f, arg...) \ argument
566 #define DMINFO(f, arg...) \ argument
568 #define DMINFO_LIMIT(f, arg...) \ argument
576 # define DMDEBUG(f, arg...) \ argument
578 # define DMDEBUG_LIMIT(f, arg...) \ argument
585 # define DMDEBUG(f, arg...) do {} while (0) argument
[all …]
Dptr_ring.h313 #define __PTR_RING_PEEK_CALL(r, f) ((f)(__ptr_ring_peek(r))) argument
315 #define PTR_RING_PEEK_CALL(r, f) ({ \ argument
324 #define PTR_RING_PEEK_CALL_IRQ(r, f) ({ \ argument
333 #define PTR_RING_PEEK_CALL_BH(r, f) ({ \ argument
342 #define PTR_RING_PEEK_CALL_ANY(r, f) ({ \ argument
Dif_tun.h27 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket()
Dfence.h461 #define FENCE_TRACE(f, fmt, args...) \ argument
469 #define FENCE_WARN(f, fmt, args...) \ argument
476 #define FENCE_ERR(f, fmt, args...) \ argument
Dtty.h122 #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
728 #define tty_msg(fn, tty, f, ...) \ argument
731 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument
732 #define tty_info(tty, f, ...) tty_msg(pr_info, tty, f, ##__VA_ARGS__) argument
733 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument
734 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument
735 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument
[all …]
Dworkqueue.h157 #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
Dfile.h69 static inline void fdput_pos(struct fd f) in fdput_pos()
Dmemory_hotplug.h209 static inline void pgdat_resize_lock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_lock()
210 static inline void pgdat_resize_unlock(struct pglist_data *p, unsigned long *f) {} in pgdat_resize_unlock()
Dif_macvlan.h19 static inline struct socket *macvtap_get_socket(struct file *f) in macvtap_get_socket()
Dfscrypt.h37 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len) argument
Dshmem_fs.h111 static inline long shmem_fcntl(struct file *f, unsigned int c, unsigned long a) in shmem_fcntl()
Dhugetlb.h359 static inline struct hstate *hstate_file(struct file *f) in hstate_file()
499 #define hstate_file(f) NULL argument
530 static inline void hugetlb_report_usage(struct seq_file *f, struct mm_struct *m) in hugetlb_report_usage()
/include/uapi/linux/
Dif_tunnel.h34 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument
35 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument
36 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument
37 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument
38 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument
39 #define GRE_IS_REC(f) ((f) & GRE_REC) argument
40 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
Dmap_to_7segment.h97 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
/include/linux/wimax/
Ddebug.h199 #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/trace/events/
Dlibata.h144 #define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f) argument
148 #define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h) argument
/include/video/
Dtrident.h7 #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/asm-generic/
Dqspinlock.h137 #define arch_spin_lock_flags(l, f) queued_spin_lock(l) argument
/include/linux/sunrpc/
Dstats.h77 const struct file_operations *f) { return NULL; } in svc_proc_register()
/include/uapi/linux/netfilter/
Dxt_osf.h84 struct xt_osf_user_finger f; member

12