Home
last modified time | relevance | path

Searched defs:f (Results 126 – 150 of 1101) sorted by relevance

12345678910>>...45

/linux/drivers/net/ethernet/tehuti/
H A Dtn40.c31 static int tn40_fifo_alloc(struct tn40_priv *priv, struct tn40_fifo *f, in tn40_fifo_alloc()
63 static void tn40_fifo_free(struct tn40_priv *priv, struct tn40_fifo *f) in tn40_fifo_free()
208 struct tn40_rxf_fifo *f = &priv->rxf_fifo0; in tn40_set_rx_desc() local
242 struct tn40_rxf_fifo *f = &priv->rxf_fifo0; in tn40_rx_alloc_buffers() local
273 struct tn40_rxf_fifo *f = &priv->rxf_fifo0; in tn40_recycle_rx_buffer() local
286 struct tn40_rxd_fifo *f = &priv->rxd_fifo0; in tn40_rx_receive() local
696 struct tn40_txd_fifo *f = &priv->txd_fifo0; in tn40_tx_space() local
711 struct tn40_txd_fifo *f = &priv->txd_fifo0; in tn40_start_xmit() local
820 struct tn40_txf_fifo *f = &priv->txf_fifo0; in tn40_tx_cleanup() local
916 struct tn40_txd_fifo *f = &priv->txd_fifo0; in tn40_tx_push_desc() local
H A Dtehuti.c153 bdx_fifo_init(struct bdx_priv *priv, struct fifo *f, int fsz_type, in bdx_fifo_init()
185 static void bdx_fifo_free(struct bdx_priv *priv, struct fifo *f) in bdx_fifo_free()
1018 static void bdx_rx_free_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_free_skbs()
1079 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_alloc_skbs()
1145 struct rxf_fifo *f; in bdx_recycle_skb() local
1189 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget) in bdx_rx_receive()
1564 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_space() local
1588 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_transmit() local
1698 struct txf_fifo *f = &priv->txf_fifo0; in bdx_tx_cleanup() local
1798 struct txd_fifo *f = &priv->txd_fifo0; in bdx_tx_push_desc() local
/linux/tools/testing/selftests/bpf/progs/
H A Dmodify_return.c55 int BPF_PROG(fentry_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
65 int BPF_PROG(fmod_ret_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
76 int BPF_PROG(fexit_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
H A Dtest_sockmap_kern.h98 int *f, two = 2; in bpf_prog1() local
112 int len, *f, ret, zero = 0; in bpf_prog2() local
157 int err, *f, ret = SK_PASS; in bpf_prog3() local
267 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local
H A Dexceptions_fail.c167 struct foo *f; in reject_with_rbtree_add_throw() local
182 struct foo *f; in reject_with_reference() local
193 struct foo *f; in subprog_ref() local
212 struct foo *f; in reject_with_cb_reference() local
/linux/tools/bpf/
H A Dbpf_dbg.c216 static void bpf_disasm(const struct sock_filter f, unsigned int i) in bpf_disasm()
438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr()
480 static void bpf_disasm_all(const struct sock_filter *f, unsigned int len) in bpf_disasm_all()
488 static void bpf_dump_all(const struct sock_filter *f, unsigned int len) in bpf_dump_all()
498 static bool bpf_runnable(struct sock_filter *f, unsigned int len) in bpf_runnable()
632 static void bpf_single_step(struct bpf_regs *r, struct sock_filter *f, in bpf_single_step()
854 static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, in bpf_handle_breakpoint()
866 static int bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, in bpf_run_all()
886 static int bpf_run_stepping(struct sock_filter *f, uint16_t bpf_len, in bpf_run_stepping()
/linux/drivers/usb/gadget/function/
H A Df_printer.c99 static inline struct printer_dev *func_to_printer(struct usb_function *f) in func_to_printer()
956 static bool gprinter_req_match(struct usb_function *f, in gprinter_req_match()
998 static int printer_func_setup(struct usb_function *f, in printer_func_setup()
1079 struct usb_function *f) in printer_func_bind()
1190 static int printer_func_set_alt(struct usb_function *f, in printer_func_set_alt()
1202 static void printer_func_disable(struct usb_function *f) in printer_func_disable()
1352 static void gprinter_free_inst(struct usb_function_instance *f) in gprinter_free_inst()
1415 static void gprinter_free(struct usb_function *f) in gprinter_free()
1429 struct usb_function *f) in printer_func_unbind()
H A Df_midi.c106 static inline struct f_midi *func_to_midi(struct usb_function *f) in func_to_midi()
339 struct usb_function *f, in f_midi_start_ep()
364 static int f_midi_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in f_midi_set_alt()
418 static void f_midi_disable(struct usb_function *f) in f_midi_disable()
868 static int f_midi_bind(struct usb_configuration *c, struct usb_function *f) in f_midi_bind()
1251 static void f_midi_free_inst(struct usb_function_instance *f) in f_midi_free_inst()
1295 static void f_midi_free(struct usb_function *f) in f_midi_free()
1321 static void f_midi_unbind(struct usb_configuration *c, struct usb_function *f) in f_midi_unbind()
/linux/include/linux/
H A Dskbuff_ref.h30 static inline void skb_frag_ref(struct sk_buff *skb, int f) in skb_frag_ref() argument
66 static inline void skb_frag_unref(struct sk_buff *skb, int f) in skb_frag_unref() argument
/linux/tools/lib/bpf/
H A Dbpf_core_read.h362 #define ___last7(a, b, c, d, e, f, x) x argument
363 #define ___last8(a, b, c, d, e, f, g, x) x argument
364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
373 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
374 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, argument
376 ___nolast10(a,b,c,d,e,f,g,h,i,_) global() argument
384 ___arrow6(a,b,c,d,e,f) global() argument
385 ___arrow7(a,b,c,d,e,f,g) global() argument
386 ___arrow8(a,b,c,d,e,f,g,h) global() argument
387 ___arrow9(a,b,c,d,e,f,g,h,i) global() argument
388 ___arrow10(a,b,c,d,e,f,g,h,i,j) global() argument
[all...]
/linux/net/sched/
H A Dcls_flower.c281 struct cls_fl_filter *filter, *f; in fl_lookup_range() local
333 struct cls_fl_filter *f; in fl_classify() local
431 static void __fl_destroy_filter(struct cls_fl_filter *f) in __fl_destroy_filter()
442 struct cls_fl_filter *f = container_of(to_rcu_work(work), in fl_destroy_filter_work() local
448 static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_destroy_filter()
464 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter()
508 static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, in fl_hw_update_stats()
525 static void __fl_put(struct cls_fl_filter *f) in __fl_put()
538 struct cls_fl_filter *f; in __fl_get() local
552 struct cls_fl_filter *f; in fl_get_exts() local
[all …]
/linux/drivers/media/pci/saa7146/
H A Dmxb.c163 #define saa7111a_call(mxb, o, f, args...) \ argument
165 #define tda9840_call(mxb, o, f, args...) \ argument
167 #define tea6415c_call(mxb, o, f, args...) \ argument
169 #define tuner_call(mxb, o, f, args...) \ argument
171 #define call_all(dev, o, f, args...) \ argument
577 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency()
590 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency()
/linux/tools/lib/subcmd/
H A Dsigchain.c21 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push()
47 void sigchain_push_common(sigchain_fun f) in sigchain_push_common()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.h40 #define ENGN_PRINT(e,l,p,f,a...) \ argument
42 #define ENGN_DEBUG(e,f,a...) ENGN_PRINT((e), DEBUG, info, " "f"\n", ##a) argument
132 #define RUNL_PRINT(r,l,p,f,a...) \ argument
134 #define RUNL_ERROR(r,f,a...) RUNL_PRINT((r), ERROR, err, " "f"\n", ##a) argument
135 #define RUNL_DEBUG(r,f,a...) RUNL_PRINT((r), DEBUG, info, " "f"\n", ##a) argument
136 #define RUNL_TRACE(r,f,a...) RUNL_PRINT((r), TRACE, info, " "f"\n", ##a) argument
/linux/kernel/
H A Dauditfilter.c65 static void audit_free_lsm_field(struct audit_field *f) in audit_free_lsm_field()
154 struct audit_field *f) in audit_to_inode()
327 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid()
466 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() local
651 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local
1348 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local
/linux/drivers/usb/gadget/
H A Dfunctions.c59 struct usb_function *f; in usb_get_function() local
82 void usb_put_function(struct usb_function *f) in usb_put_function()
/linux/fs/openpromfs/
H A Dinode.c67 static int property_show(struct seq_file *f, void *v) in property_show()
120 static void *property_start(struct seq_file *f, loff_t *pos) in property_start()
127 static void *property_next(struct seq_file *f, void *v, loff_t *pos) in property_next()
133 static void property_stop(struct seq_file *f, void *v) in property_stop()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h57 #define HEAD_MSG(h,l,f,a...) do { \ argument
61 #define HEAD_WARN(h,f,a...) HEAD_MSG((h), warn, f, ##a) argument
62 #define HEAD_DBG(h,f,a...) HEAD_MSG((h), debug, f, ##a) argument
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_hugetlb_options.c30 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local
51 FILE *f = fopen("/proc/meminfo", "r"); in is_hugetlb_allocated() local
73 FILE *f; in write_sysfs() local
/linux/drivers/scsi/
H A Desp_scsi.c56 #define esp_log_intr(f, a...) \ argument
61 #define esp_log_reset(f, a...) \ argument
66 #define esp_log_msgin(f, a...) \ argument
71 #define esp_log_msgout(f, a...) \ argument
76 #define esp_log_cmddone(f, a...) \ argument
81 #define esp_log_disconnect(f, a...) \ argument
86 #define esp_log_datastart(f, a...) \ argument
91 #define esp_log_datadone(f, a...) \ argument
96 #define esp_log_reconnect(f, a...) \ argument
101 #define esp_log_autosense(f, a...) \ argument
[all …]
/linux/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c343 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
353 struct v4l2_format *f) in vidioc_g_fmt_vid_cap()
368 static int stk1160_try_fmt(struct stk1160 *dev, struct v4l2_format *f, in stk1160_try_fmt()
472 struct v4l2_format *f) in vidioc_try_fmt_vid_cap()
480 struct v4l2_format *f) in vidioc_s_fmt_vid_cap()
/linux/tools/virtio/linux/
H A Dspinlock.h46 static inline void spin_lock_irqsave(spinlock_t *lock, unsigned long f) in spin_lock_irqsave()
51 static inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore()
/linux/arch/riscv/kernel/
H A Dcpu.c241 static void print_vendor_isa(struct seq_file *f, int cpu) in print_vendor_isa()
265 static void print_isa(struct seq_file *f, const unsigned long *isa_bitmap, int cpu) in print_isa()
289 static void print_mmu(struct seq_file *f) in print_mmu()
/linux/fs/jffs2/
H A Ddebug.c67 __jffs2_dbg_fragtree_paranoia_check(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check()
75 __jffs2_dbg_fragtree_paranoia_check_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check_nolock()
695 __jffs2_dbg_dump_fragtree(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree()
703 __jffs2_dbg_dump_fragtree_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree_nolock()
/linux/arch/powerpc/kernel/
H A Drtas_flash.c165 struct flash_block_list *f; in flash_list_valid() local
194 static void free_flash_list(struct flash_block_list *f) in free_flash_list()
536 struct flash_block_list *f, *next, *flist; in rtas_flash_firmware() local
698 const struct rtas_flash_file *f = &rtas_flash_files[i]; in rtas_flash_init() local
720 const struct rtas_flash_file *f = &rtas_flash_files[i]; in rtas_flash_init() local
742 const struct rtas_flash_file *f = &rtas_flash_files[i]; in rtas_flash_cleanup() local

12345678910>>...45