Home
last modified time | relevance | path

Searched defs:head (Results 3451 - 3475 of 3518) sorted by relevance

1...<<131132133134135136137138139140141

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1016 unsigned int head, tail; in ixgbe_get_tx_pending() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c4446 u32 head, tail; in qib_7322_hdrqempty() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dhfi.h244 u32 head; member
1525 static inline void hfi1_set_rcd_head(struct hfi1_ctxtdata *rcd, u32 head) in hfi1_set_rcd_head() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c781 void *head; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h459 u32 head; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4151 struct hlist_head *head; in bnxt_free_ntp_fltrs() local
11975 struct hlist_head *head; in bnxt_rx_flow_steer() local
12070 struct hlist_head *head; in bnxt_cfg_ntp_filters() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H A Dmwl8k.c141 int head; member
156 int head; member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h962 struct ips_scb *head; member
971 struct scsi_cmnd *head; member
982 struct ips_copp_wait_item *head; member
H A Dncr53c8xx.c151 static inline struct list_head *ncr_list_pop(struct list_head *head) in ncr_list_pop() argument
1354 struct head { struct
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8192U.h471 } head; member
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h922 unsigned char *head, member
1941 skb_queue_splice(const struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice() argument
1957 skb_queue_splice_init(struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_init() argument
1972 skb_queue_splice_tail(const struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_tail() argument
1989 skb_queue_splice_tail_init(struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_tail_init() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c5110 int head = PageHead(page); in __free_pages() local
8515 struct page *head = compound_head(page); has_unmovable_pages() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c170 struct trace_eval_map_head head; member
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c303 struct io_kiocb *head; global() member
487 struct wait_queue_head *head; global() member
544 struct io_kiocb *head; global() member
1222 io_match_linked(struct io_kiocb *head) io_match_linked() argument
1237 io_match_task_safe(struct io_kiocb *head, struct task_struct *task, bool cancel_all) io_match_task_safe() argument
3200 struct io_buffer *head; io_buffer_select() local
4348 struct io_buffer *head; io_remove_buffers() local
4404 io_add_buffers(struct io_provide_buf *pbuf, struct io_buffer **head) io_add_buffers() argument
4436 struct io_buffer *head, *list; io_provide_buffers() local
5433 struct wait_queue_head *head = smp_load_acquire(&poll->head); io_poll_remove_entry() local
5669 __io_queue_proc(struct io_poll_iocb *poll, struct io_poll_table *pt, struct wait_queue_head *head, struct io_poll_iocb **poll_ptr) __io_queue_proc() argument
5713 io_poll_queue_proc(struct file *file, struct wait_queue_head *head, struct poll_table_struct *p) io_poll_queue_proc() argument
5780 io_async_queue_proc(struct file *file, struct wait_queue_head *head, struct poll_table_struct *p) io_async_queue_proc() argument
7277 struct io_kiocb *head = link->head; global() variable
7294 io_queue_sqe(head); global() variable
7356 unsigned head, mask = ctx->sq_entries - 1; io_get_sqe() local
8269 struct sk_buff_head list, *head = &sock->sk_receive_queue; io_rsrc_file_put() local
[all...]
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c1254 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_ctx_activate() local
1291 static void free_ctx(struct rcu_head *head) in free_ctx() argument
4251 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_task_tick() local
4732 static void free_event_rcu(struct rcu_head *head) in free_event_rcu() argument
8470 void perf_event_aux_event(struct perf_event *event, unsigned long head, in perf_event_aux_event() argument
9274 struct hlist_head *head; do_perf_sw_event() local
9341 struct hlist_head *head; perf_swevent_add() local
9560 perf_trace_run_bpf_submit(void *raw_data, int size, int rctx, struct trace_event_call *call, u64 count, struct pt_regs *regs, struct hlist_head *head, struct task_struct *task) perf_trace_run_bpf_submit() argument
9577 perf_tp_event(u16 event_type, u64 count, void *record, int entry_size, struct pt_regs *regs, struct hlist_head *head, int rctx, struct task_struct *task) perf_tp_event() argument
10056 perf_addr_filters_splice(struct perf_event *event, struct list_head *head) perf_addr_filters_splice() argument
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c947 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddev.c281 struct hlist_head *head = dev_name_hash(net, name); in netdev_name_node_lookup() local
293 struct hlist_head *head = dev_name_hash(net, name); in netdev_name_node_lookup_rcu() local
535 struct list_head *head = ptype_head(pt); in dev_add_pack() local
558 struct list_head *head = ptype_head(pt); in __dev_remove_pack() local
638 struct list_head *head = &offload_base; __dev_remove_offload() local
931 struct hlist_head *head = dev_index_hash(net, ifindex); __dev_get_by_index() local
955 struct hlist_head *head = dev_index_hash(net, ifindex); dev_get_by_index_rcu() local
1582 __dev_close_many(struct list_head *head) __dev_close_many() argument
1635 dev_close_many(struct list_head *head, bool unlink) dev_close_many() argument
3711 struct sk_buff *next, *head = NULL, *tail; validate_xmit_skb_list() local
4937 struct Qdisc *head; net_tx_action() local
5407 __netif_receive_skb_list_ptype(struct list_head *head, struct packet_type *pt_prev, struct net_device *orig_dev) __netif_receive_skb_list_ptype() argument
5427 __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc) __netif_receive_skb_list_core() argument
5494 __netif_receive_skb_list(struct list_head *head) __netif_receive_skb_list() argument
5599 netif_receive_skb_list_internal(struct list_head *head) netif_receive_skb_list_internal() argument
5670 netif_receive_skb_list(struct list_head *head) netif_receive_skb_list() argument
5804 struct list_head *head = &offload_base; napi_gro_complete() local
5840 struct list_head *head = &napi->gro_hash[index].list; __napi_gro_flush_chain() local
5877 struct list_head *head; gro_list_prepare() local
5963 gro_flush_oldest(struct napi_struct *napi, struct list_head *head) gro_flush_oldest() argument
5989 struct list_head *head = &offload_base; dev_gro_receive() local
10655 unregister_netdevice_queue(struct net_device *dev, struct list_head *head) unregister_netdevice_queue() argument
10677 unregister_netdevice_many(struct list_head *head) unregister_netdevice_many() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dieee80211_i.h248 u8 *head, *tail; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4452 struct hlist_head *head; in bnxt_free_ntp_fltrs() local
12934 struct hlist_head *head; in bnxt_rx_flow_steer() local
13028 struct hlist_head *head; in bnxt_cfg_ntp_filters() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c338 u32 head, val; in i40e_tx_timeout() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_type.h781 u32 head; member
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1054 unsigned char *head, member
2226 skb_queue_splice(const struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice() argument
2242 skb_queue_splice_init(struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_init() argument
2257 skb_queue_splice_tail(const struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_tail() argument
2274 skb_queue_splice_tail_init(struct sk_buff_head *list, struct sk_buff_head *head) skb_queue_splice_tail_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr8192U.h471 } head; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c156 static inline struct list_head *ncr_list_pop(struct list_head *head) in ncr_list_pop() argument
1356 struct head { struct
[all...]
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c457 struct list_head *head = &hba->clk_list_head; in ufshcd_print_clk_freqs() local
1014 struct list_head *head = &hba->clk_list_head; in ufshcd_set_clk_freq() local
1107 struct list_head *head = &hba->clk_list_head; in ufshcd_is_devfreq_scaling_required() local
9054 struct list_head *head in ufshcd_setup_clocks() local
9136 struct list_head *head = &hba->clk_list_head; ufshcd_init_clocks() local
[all...]

Completed in 213 milliseconds

1...<<131132133134135136137138139140141