Home
last modified time | relevance | path

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

12345678910>>...33

/linux-3.3/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 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 …]
/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-debug.h38 #define IWL_ERR(m, f, a...) dev_err(bus(m)->dev, f, ## a) argument
39 #define IWL_WARN(m, f, a...) dev_warn(bus(m)->dev, f, ## a) argument
40 #define IWL_INFO(m, f, a...) dev_info(bus(m)->dev, f, ## a) argument
41 #define IWL_CRIT(m, f, a...) dev_crit(bus(m)->dev, f, ## a) argument
172 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
173 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
174 #define IWL_DEBUG_TEMP(p, f, a...) IWL_DEBUG(p, IWL_DL_TEMP, f, ## a) argument
175 #define IWL_DEBUG_SCAN(p, f, a...) IWL_DEBUG(p, IWL_DL_SCAN, f, ## a) argument
176 #define IWL_DEBUG_RX(p, f, a...) IWL_DEBUG(p, IWL_DL_RX, f, ## a) argument
177 #define IWL_DEBUG_TX(p, f, a...) IWL_DEBUG(p, IWL_DL_TX, f, ## a) argument
[all …]
/linux-3.3/drivers/net/ethernet/ibm/emac/
Ddebug.h60 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
61 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
62 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
63 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
66 # define DBG(f,x...) ((void)0) argument
67 # define MAL_DBG(d,f,x...) ((void)0) argument
68 # define ZMII_DBG(d,f,x...) ((void)0) argument
69 # define RGMII_DBG(d,f,x...) ((void)0) argument
72 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
73 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/linux-3.3/arch/x86/include/asm/
Defi.h10 #define efi_call_phys0(f) efi_call_phys(f) argument
11 #define efi_call_phys1(f, a1) efi_call_phys(f, a1) argument
12 #define efi_call_phys2(f, a1, a2) efi_call_phys(f, a1, a2) argument
13 #define efi_call_phys3(f, a1, a2, a3) efi_call_phys(f, a1, a2, a3) argument
14 #define efi_call_phys4(f, a1, a2, a3, a4) \ argument
16 #define efi_call_phys5(f, a1, a2, a3, a4, a5) \ argument
18 #define efi_call_phys6(f, a1, a2, a3, a4, a5, a6) \ argument
24 #define efi_call_virt(f, args...) \ argument
27 #define efi_call_virt0(f) efi_call_virt(f) argument
28 #define efi_call_virt1(f, a1) efi_call_virt(f, a1) argument
[all …]
/linux-3.3/include/linux/mtd/
Dsh_flctl.h28 #define FLCMNCR(f) (f->reg + 0x0) argument
29 #define FLCMDCR(f) (f->reg + 0x4) argument
30 #define FLCMCDR(f) (f->reg + 0x8) argument
31 #define FLADR(f) (f->reg + 0xC) argument
32 #define FLADR2(f) (f->reg + 0x3C) argument
33 #define FLDATAR(f) (f->reg + 0x10) argument
34 #define FLDTCNTR(f) (f->reg + 0x14) argument
35 #define FLINTDMACR(f) (f->reg + 0x18) argument
36 #define FLBSYTMR(f) (f->reg + 0x1C) argument
37 #define FLBSYCNT(f) (f->reg + 0x20) argument
[all …]
/linux-3.3/net/ipv4/
Dinet_fragment.c28 struct inet_frags *f = (struct inet_frags *)dummy; in inet_frag_secret_rebuild() local
54 void inet_frags_init(struct inet_frags *f) in inet_frags_init()
81 void inet_frags_fini(struct inet_frags *f) in inet_frags_fini()
87 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f) in inet_frags_exit_net()
97 static inline void fq_unlink(struct inet_frag_queue *fq, struct inet_frags *f) in fq_unlink()
106 void inet_frag_kill(struct inet_frag_queue *fq, struct inet_frags *f) in inet_frag_kill()
119 static inline void frag_kfree_skb(struct netns_frags *nf, struct inet_frags *f, in frag_kfree_skb()
131 void inet_frag_destroy(struct inet_frag_queue *q, struct inet_frags *f, in inet_frag_destroy()
161 int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f) in inet_frag_evictor()
194 struct inet_frag_queue *qp_in, struct inet_frags *f, in inet_frag_intern()
[all …]
/linux-3.3/sound/core/seq/
Dseq_fifo.c33 struct snd_seq_fifo *f; in snd_seq_fifo_new() local
66 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local
95 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear()
114 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in()
154 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
173 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out()
210 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback()
226 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait()
234 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize()
Dseq_prioq.c59 struct snd_seq_prioq *f; in snd_seq_prioq_new() local
78 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() local
148 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in()
220 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f) in snd_seq_prioq_cell_out()
248 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail()
259 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) in snd_seq_prioq_cell_peek()
292 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave()
401 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
/linux-3.3/drivers/w1/
Dw1_family.c37 struct w1_family *f; in w1_register_family() local
65 struct w1_family *f; in w1_unregister_family() local
96 struct w1_family *f = NULL; in w1_family_registered() local
111 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
116 void w1_family_put(struct w1_family *f) in w1_family_put()
132 void __w1_family_get(struct w1_family *f) in __w1_family_get()
/linux-3.3/arch/powerpc/kernel/
Dasm-offsets.c494 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument
496 # define SVCPU_FIELD(x, f) in main() argument
498 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument
500 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument
501 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
/linux-3.3/drivers/char/mwave/
Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
[all …]
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Ddebug.h27 #define IWM_ERR(p, f, a...) dev_err(iwm_to_dev(p), f, ## a) argument
28 #define IWM_WARN(p, f, a...) dev_warn(iwm_to_dev(p), f, ## a) argument
29 #define IWM_INFO(p, f, a...) dev_info(iwm_to_dev(p), f, ## a) argument
30 #define IWM_CRIT(p, f, a...) dev_crit(iwm_to_dev(p), f, ## a) argument
34 #define IWM_DEBUG_MODULE(i, level, module, f, a...) \ argument
50 #define IWM_DEBUG_MODULE(i, level, module, f, a...) argument
70 #define IWM_DBG_BOOT(i, l, f, a...) IWM_DEBUG_MODULE(i, l, BOOT, f, ## a) argument
71 #define IWM_DBG_FW(i, l, f, a...) IWM_DEBUG_MODULE(i, l, FW, f, ## a) argument
72 #define IWM_DBG_SDIO(i, l, f, a...) IWM_DEBUG_MODULE(i, l, SDIO, f, ## a) argument
73 #define IWM_DBG_NTF(i, l, f, a...) IWM_DEBUG_MODULE(i, l, NTF, f, ## a) argument
[all …]
/linux-3.3/net/sched/
Dcls_basic.c47 struct basic_filter *f; in basic_classify() local
65 struct basic_filter *f; in basic_get() local
77 static void basic_put(struct tcf_proto *tp, unsigned long f) in basic_put()
93 static void basic_delete_filter(struct tcf_proto *tp, struct basic_filter *f) in basic_delete_filter()
104 struct basic_filter *f, *n; in basic_destroy() local
116 struct basic_filter *t, *f = (struct basic_filter *) arg; in basic_delete() local
135 static int basic_set_parms(struct tcf_proto *tp, struct basic_filter *f, in basic_set_parms()
171 struct basic_filter *f = (struct basic_filter *) *arg; in basic_change() local
230 struct basic_filter *f; in basic_walk() local
248 struct basic_filter *f = (struct basic_filter *) fh; in basic_dump() local
Dcls_fw.c84 struct fw_filter *f; in fw_classify() local
120 struct fw_filter *f; in fw_get() local
132 static void fw_put(struct tcf_proto *tp, unsigned long f) in fw_put()
141 static void fw_delete_filter(struct tcf_proto *tp, struct fw_filter *f) in fw_delete_filter()
151 struct fw_filter *f; in fw_destroy() local
169 struct fw_filter *f = (struct fw_filter *)arg; in fw_delete() local
195 fw_change_attrs(struct tcf_proto *tp, struct fw_filter *f, in fw_change_attrs()
242 struct fw_filter *f = (struct fw_filter *) *arg; in fw_change() local
313 struct fw_filter *f; in fw_walk() local
333 struct fw_filter *f = (struct fw_filter *)fh; in fw_dump() local
Dcls_route.c84 struct route4_filter *f) in route4_set_fastmap()
134 struct route4_filter *f; in route4_classify() local
223 struct route4_filter *f; in route4_get() local
246 static void route4_put(struct tcf_proto *tp, unsigned long f) in route4_put()
256 route4_delete_filter(struct tcf_proto *tp, struct route4_filter *f) in route4_delete_filter()
277 struct route4_filter *f; in route4_destroy() local
293 struct route4_filter **fp, *f = (struct route4_filter *)arg; in route4_delete() local
339 struct route4_filter *f, u32 handle, struct route4_head *head, in route4_set_parms()
436 struct route4_filter *f, *f1, **fp; in route4_change() local
537 struct route4_filter *f; in route4_walk() local
[all …]
/linux-3.3/scripts/dtc/
Dtreesource.c47 static void write_prefix(FILE *f, int level) in write_prefix()
62 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
135 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
165 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
193 static void write_propval(FILE *f, struct property *prop) in write_propval()
234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
264 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
/linux-3.3/drivers/video/via/
Ddebug.h29 #define DEBUG_MSG(f, a...) printk(f, ## a) argument
31 #define DEBUG_MSG(f, a...) argument
36 #define WARN_MSG(f, a...) printk(f, ## a) argument
38 #define WARN_MSG(f, a...) argument
/linux-3.3/fs/ntfs/
Ddebug.h44 #define ntfs_debug(f, a...) \ argument
51 #define ntfs_debug(f, a...) do {} while (0) argument
59 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument
64 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
/linux-3.3/fs/proc/
Ddevices.c6 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show()
26 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
41 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
/linux-3.3/sound/oss/
Dmsnd.c88 void msnd_fifo_init(msnd_fifo *f) in msnd_fifo_init()
93 void msnd_fifo_free(msnd_fifo *f) in msnd_fifo_free()
99 int msnd_fifo_alloc(msnd_fifo *f, size_t n) in msnd_fifo_alloc()
114 void msnd_fifo_make_empty(msnd_fifo *f) in msnd_fifo_make_empty()
119 int msnd_fifo_write_io(msnd_fifo *f, char __iomem *buf, size_t len) in msnd_fifo_write_io()
150 int msnd_fifo_write(msnd_fifo *f, const char *buf, size_t len) in msnd_fifo_write()
181 int msnd_fifo_read_io(msnd_fifo *f, char __iomem *buf, size_t len) in msnd_fifo_read_io()
212 int msnd_fifo_read(msnd_fifo *f, char *buf, size_t len) in msnd_fifo_read()
/linux-3.3/arch/arm/plat-versatile/
Dfpga-irq.c17 struct fpga_irq_data *f = irq_data_get_irq_chip_data(d); in fpga_irq_mask() local
25 struct fpga_irq_data *f = irq_data_get_irq_chip_data(d); in fpga_irq_unmask() local
33 struct fpga_irq_data *f = irq_desc_get_handler_data(desc); in fpga_irq_handle() local
49 void __init fpga_irq_init(int parent_irq, u32 valid, struct fpga_irq_data *f) in fpga_irq_init()
/linux-3.3/kernel/irq/
Ddebug.h7 #define P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f) argument
8 #define PS(f) if (desc->istate & f) printk("%14s set\n", #f) argument
10 #define PD(f) do { } while (0) argument
/linux-3.3/fs/jffs2/
Dos-linux.h23 #define OFNI_EDONI_2SFFJ(f) (&(f)->vfs_inode) argument
28 #define JFFS2_F_I_SIZE(f) (OFNI_EDONI_2SFFJ(f)->i_size) argument
29 #define JFFS2_F_I_MODE(f) (OFNI_EDONI_2SFFJ(f)->i_mode) argument
30 #define JFFS2_F_I_UID(f) (OFNI_EDONI_2SFFJ(f)->i_uid) argument
31 #define JFFS2_F_I_GID(f) (OFNI_EDONI_2SFFJ(f)->i_gid) argument
32 #define JFFS2_F_I_RDEV(f) (OFNI_EDONI_2SFFJ(f)->i_rdev) argument
36 #define JFFS2_F_I_CTIME(f) (OFNI_EDONI_2SFFJ(f)->i_ctime.tv_sec) argument
37 #define JFFS2_F_I_MTIME(f) (OFNI_EDONI_2SFFJ(f)->i_mtime.tv_sec) argument
38 #define JFFS2_F_I_ATIME(f) (OFNI_EDONI_2SFFJ(f)->i_atime.tv_sec) argument
50 static inline void jffs2_init_inode_info(struct jffs2_inode_info *f) in jffs2_init_inode_info()
[all …]
/linux-3.3/drivers/usb/gadget/
Df_serial.c36 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser()
121 static int gser_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in gser_set_alt()
145 static void gser_disable(struct usb_function *f) in gser_disable()
159 gser_bind(struct usb_configuration *c, struct usb_function *f) in gser_bind()
224 gser_unbind(struct usb_configuration *c, struct usb_function *f) in gser_unbind()
Df_subset.c57 static inline struct f_gether *func_to_geth(struct usb_function *f) in func_to_geth()
255 static int geth_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in geth_set_alt()
280 static void geth_disable(struct usb_function *f) in geth_disable()
294 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
384 geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()

12345678910>>...33