Searched defs:fl (Results 76 - 100 of 151) sorted by relevance

1234567

/linux-master/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c192 static int stm32_dfsdm_compute_osrs(struct stm32_dfsdm_filter *fl, argument
317 struct stm32_dfsdm_filter *fl = &adc->dfsdm->fl_list[adc->fl_id]; local
458 struct stm32_dfsdm_filter *fl = &adc->dfsdm->fl_list[fl_id]; local
504 struct stm32_dfsdm_filter *fl = &adc->dfsdm->fl_list[fl_id]; local
830 struct stm32_dfsdm_filter *fl = &adc->dfsdm->fl_list[adc->fl_id]; local
[all...]
/linux-master/fs/ceph/
H A Dxattr.c51 struct ceph_file_layout *fl = &ci->i_layout; local
/linux-master/fs/
H A Dread_write.c1231 int fl; local
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h203 struct sge_fl fl[SGE_RXQ_PER_SET]; member in struct:sge_qset
/linux-master/sound/soc/codecs/
H A Dwm2200.c1693 int i, bclk, lrclk, wl, fl, sr_code; local
H A Dwm5100.c1405 int i, base, bclk, aif_rate, lrclk, wl, fl, sr; local
/linux-master/net/netfilter/
H A Dnf_nat_core.c124 static void __nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl) argument
58 nf_nat_ipv4_decode_session(struct sk_buff *skb, const struct nf_conn *ct, enum ip_conntrack_dir dir, unsigned long statusbit, struct flowi *fl) argument
90 nf_nat_ipv6_decode_session(struct sk_buff *skb, const struct nf_conn *ct, enum ip_conntrack_dir dir, unsigned long statusbit, struct flowi *fl) argument
/linux-master/include/net/
H A Ddst.h485 xfrm_lookup(struct net *net, struct dst_entry *dst_orig, const struct flowi *fl, const struct sock *sk, int flags) argument
495 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig, const struct flowi *fl, const struct sock *sk, int flags, u32 if_id) argument
502 xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, const struct flowi *fl, const struct sock *sk, int flags) argument
H A Dinet_sock.h182 struct flowi fl; member in struct:inet_cork_full
/linux-master/fs/gfs2/
H A Dfile.c1437 static int gfs2_lock(struct file *file, int cmd, struct file_lock *fl) argument
1475 do_flock(struct file *file, int cmd, struct file_lock *fl) argument
1535 do_unflock(struct file *file, struct file_lock *fl) argument
1558 gfs2_flock(struct file *file, int cmd, struct file_lock *fl) argument
[all...]
/linux-master/net/ipv6/
H A Dip6_vti.c446 vti6_xmit(struct sk_buff *skb, struct net_device *dev, struct flowi *fl) argument
557 struct flowi fl; local
572 xfrm_decode_session(dev_net(dev), skb, &fl, AF_INET6); local
576 xfrm_decode_session(dev_net(dev), skb, &fl, AF_INET); local
[all...]
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c425 xfrmi_xmit2(struct sk_buff *skb, struct net_device *dev, struct flowi *fl) argument
530 struct flowi fl; local
538 xfrm_decode_session(dev_net(dev), skb, &fl, AF_INET6); local
553 xfrm_decode_session(dev_net(dev), skb, &fl, AF_INET); local
[all...]
/linux-master/net/sched/
H A Dsch_sfb.c254 static bool sfb_classify(struct sk_buff *skb, struct tcf_proto *fl, argument
286 struct tcf_proto *fl; local
/linux-master/fs/nfsd/
H A Dfilecache.c667 struct file_lock *fl = data; local
/linux-master/fs/ocfs2/
H A Dstack_user.c729 user_plock(struct ocfs2_cluster_connection *conn, u64 ino, struct file *file, int cmd, struct file_lock *fl) argument
/linux-master/include/linux/
H A Dfilelock.h163 static inline bool lock_is_unlock(struct file_lock *fl) argument
168 static inline bool lock_is_read(struct file_lock *fl) argument
173 static inline bool lock_is_write(struct file_lock *fl) argument
178 static inline void locks_wake_up(struct file_lock *fl) argument
264 lock_is_unlock(struct file_lock *fl) argument
269 lock_is_read(struct file_lock *fl) argument
274 lock_is_write(struct file_lock *fl) argument
279 locks_wake_up(struct file_lock *fl) argument
288 locks_init_lock(struct file_lock *fl) argument
293 locks_init_lease(struct file_lease *fl) argument
298 locks_copy_conflock(struct file_lock *new, struct file_lock *fl) argument
303 locks_copy_lock(struct file_lock *new, struct file_lock *fl) argument
318 posix_test_lock(struct file *filp, struct file_lock *fl) argument
323 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument
334 vfs_test_lock(struct file *filp, struct file_lock *fl) argument
339 vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) argument
345 vfs_cancel_lock(struct file *filp, struct file_lock *fl) argument
355 locks_lock_inode_wait(struct inode *inode, struct file_lock *fl) argument
389 lease_modify(struct file_lease *fl, int arg, struct list_head *dispose) argument
415 locks_lock_file_wait(struct file *filp, struct file_lock *fl) argument
[all...]
/linux-master/fs/nfs/
H A Ddelegation.c148 struct file_lock *fl; local
/linux-master/net/ipv4/
H A Dip_output.c456 int __ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, argument
547 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl) argument
H A Dinet_connection_sock.c1479 static struct dst_entry *inet_csk_rebuild_route(struct sock *sk, struct flowi *fl) argument
/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.h412 struct csio_fl fl; member in union:csio_q::__anon9224
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1003 static void recycle_fl_buf(struct freelQ *fl, int idx) argument
1040 get_packet(struct adapter *adapter, struct freelQ *fl, unsigned int len) argument
1090 unexpected_offload(struct adapter *adapter, struct freelQ *fl) argument
1355 sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) argument
1499 struct freelQ *fl = &sge->freelQ[e->FreelistQid]; local
1564 const struct freelQ *fl = &sge->freelQ[e->FreelistQid]; local
[all...]
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c1964 union float_data fl; local
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c247 static inline unsigned int fl_cap(const struct sge_fl *fl) argument
473 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n) argument
261 fl_starving(const struct adapter *adapter, const struct sge_fl *fl) argument
503 unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl) argument
525 ring_fl_db(struct adapter *adapter, struct sge_fl *fl) argument
604 refill_fl(struct adapter *adapter, struct sge_fl *fl, int n, gfp_t gfp) argument
725 __refill_fl(struct adapter *adapter, struct sge_fl *fl) argument
1708 restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, int frags) argument
2082 struct sge_fl *fl = s->egr_map[id]; local
2201 t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, bool iqasynch, struct net_device *dev, int intr_dest, struct sge_fl *fl, rspq_handler_t hnd) argument
2527 free_rspq_fl(struct adapter *adapter, struct sge_rspq *rspq, struct sge_fl *fl) argument
[all...]
/linux-master/net/openvswitch/
H A Dactions.c450 static void set_ipv6_fl(struct sk_buff *skb, struct ipv6hdr *nh, u32 fl, u32 mask) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c42 u8 fl:1; member in struct:dr_qp_rtr_attr

Completed in 292 milliseconds

1234567