Home
last modified time | relevance | path

Searched defs:head (Results 176 – 200 of 1454) sorted by relevance

12345678910>>...59

/Linux-v5.10/drivers/crypto/ccp/
Dccp-crypto-sha.c410 static int ccp_register_hmac_alg(struct list_head *head, in ccp_register_hmac_alg()
455 static int ccp_register_sha_alg(struct list_head *head, in ccp_register_sha_alg()
515 int ccp_register_sha_algs(struct list_head *head) in ccp_register_sha_algs()
Dccp-crypto-aes-galois.c208 static int ccp_register_aes_aead(struct list_head *head, in ccp_register_aes_aead()
244 int ccp_register_aes_aeads(struct list_head *head) in ccp_register_aes_aeads()
Dccp-crypto-aes-xts.c226 static int ccp_register_aes_xts_alg(struct list_head *head, in ccp_register_aes_xts_alg()
275 int ccp_register_aes_xts_algs(struct list_head *head) in ccp_register_aes_xts_algs()
Dccp-crypto-des3.c179 static int ccp_register_des3_alg(struct list_head *head, in ccp_register_des3_alg()
216 int ccp_register_des3_algs(struct list_head *head) in ccp_register_des3_algs()
/Linux-v5.10/net/sctp/
Doutput.c390 static void sctp_packet_gso_append(struct sk_buff *head, struct sk_buff *skb) in sctp_packet_gso_append()
407 struct sk_buff *head, int gso, gfp_t gfp) in sctp_packet_pack()
552 struct sk_buff *head; in sctp_packet_transmit() local
/Linux-v5.10/net/ipv4/
Dudp_offload.c366 static struct sk_buff *udp_gro_receive_segment(struct list_head *head, in udp_gro_receive_segment()
447 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive()
514 struct sk_buff *udp4_gro_receive(struct list_head *head, struct sk_buff *skb) in udp4_gro_receive()
Dtcp_offload.c180 struct sk_buff *tcp_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp_gro_receive()
306 struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp4_gro_receive()
Dtunnel4.c90 #define for_each_tunnel_rcu(head, handler) \ argument
116 struct xfrm_tunnel __rcu *head; in tunnel4_rcv_cb() local
/Linux-v5.10/fs/nfsd/
Dnfs3acl.c143 struct kvec *head = rqstp->rq_arg.head; in nfs3svc_decode_setaclargs() local
180 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres() local
/Linux-v5.10/include/drm/
Ddrm_property.h43 struct list_head head; member
77 struct list_head head; member
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c48 int head, tail, empty; in adf_ring_show() local
149 int head, tail, empty; in adf_bank_show() local
/Linux-v5.10/fs/hfs/
Dbtree.c22 struct hfs_btree_header_rec *head; in hfs_btree_open() local
162 struct hfs_btree_header_rec *head; in hfs_btree_write() local
/Linux-v5.10/net/openvswitch/
Dflow_table.c485 struct hlist_head *head = &ti->buckets[i]; in table_instance_flow_flush() local
531 struct hlist_head *head; in ovs_flow_tbl_dump_next() local
563 struct hlist_head *head; in table_instance_insert() local
572 struct hlist_head *head; in ufid_table_instance_insert() local
590 struct hlist_head *head = &old->buckets[i]; in flow_table_copy_flows() local
706 struct hlist_head *head; in masked_flow_lookup() local
924 struct hlist_head *head; in ovs_flow_tbl_lookup_ufid() local
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcurs907a.c25 curs907a_new(struct nouveau_drm *drm, int head, s32 oclass, in curs907a_new()
Dbase917c.c45 base917c_new(struct nouveau_drm *drm, int head, s32 oclass, in base917c_new()
Dovly917e.c37 ovly917e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly917e_new()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dhdagv100.c25 gv100_hda_device_entry(struct nvkm_ior *ior, int head) in gv100_hda_device_entry()
/Linux-v5.10/net/netfilter/
Dnfnetlink_log.c103 struct hlist_head *head; in __instance_lookup() local
134 static void nfulnl_instance_free_rcu(struct rcu_head *head) in nfulnl_instance_free_rcu()
831 struct hlist_head *head = &log->instance_table[i]; in nfulnl_rcv_nl_event() local
1024 struct hlist_head *head = &log->instance_table[st->bucket]; in get_first() local
1038 struct hlist_head *head; in get_next() local
1053 struct hlist_node *head; in get_idx() local
/Linux-v5.10/fs/nfs/
Dwrite.c249 struct nfs_page *req, *head; in nfs_find_and_lock_page_request() local
335 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
505 nfs_join_page_group(struct nfs_page *head, struct inode *inode) in nfs_join_page_group()
568 struct nfs_page *head; in nfs_lock_and_join_requests() local
786 struct nfs_page *head; in nfs_inode_remove_request() local
1422 static void nfs_async_write_error(struct list_head *head, int error) in nfs_async_write_error()
1717 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb()
1733 struct list_head *head, in nfs_init_commit()
1801 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list()
1908 int nfs_generic_commit_list(struct inode *inode, struct list_head *head, in nfs_generic_commit_list()
/Linux-v5.10/tools/virtio/
Dvringh_test.c111 static inline int vringh_get_head(struct vringh *vrh, u16 *head) in vringh_get_head()
198 u16 head, written; in parallel_test() local
448 u16 head; in main() local
/Linux-v5.10/security/apparmor/include/
Dpolicy_ns.h141 static inline struct aa_ns *__aa_findn_ns(struct list_head *head, in __aa_findn_ns()
147 static inline struct aa_ns *__aa_find_ns(struct list_head *head, in __aa_find_ns()
/Linux-v5.10/kernel/rcu/
Drcu.h172 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
183 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
191 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
196 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
/Linux-v5.10/fs/ntfs/
Daops.c174 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block() local
541 struct buffer_head *bh, *head; in ntfs_write_block() local
909 struct buffer_head *bh, *head, *tbh, *rec_start_bh; in ntfs_write_mst_block() local
1715 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() local
/Linux-v5.10/kernel/
Dkprobes.c366 struct hlist_head *head; in get_kprobe() local
877 struct hlist_head *head; in optimize_all_kprobes() local
902 struct hlist_head *head; in unoptimize_all_kprobes() local
1244 struct hlist_head **head, unsigned long *flags) in kretprobe_hash_lock()
1327 struct hlist_head *head; in kprobe_flush_task() local
1366 struct hlist_head *head; in cleanup_rp_inst() local
1946 struct hlist_head *head; in __kretprobe_trampoline_handler() local
2499 struct hlist_head *head; in kprobes_module_callback() local
2562 struct hlist_head *head; in kprobe_free_init_mem() local
2688 struct hlist_head *head; in show_kprobe_addr() local
[all …]
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack_count.h13 struct list_head head; /* connections with the same filtering key */ member

12345678910>>...59