Home
last modified time | relevance | path

Searched refs:local_list (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lru_list.c441 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_common_lru_pop_free()
470 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()
515 loc_l = per_cpu_ptr(lru->common_lru.local_list, node->cpu); in bpf_common_lru_push_free()
666 clru->local_list = alloc_percpu(struct bpf_lru_locallist); in bpf_lru_init()
667 if (!clru->local_list) in bpf_lru_init()
673 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_lru_init()
694 free_percpu(lru->common_lru.local_list); in bpf_lru_destroy()
H A Dbpf_lru_list.h48 struct bpf_lru_locallist __percpu *local_list; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c384 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local
398 __skb_queue_head_init(&local_list); in brcmf_sdiod_sglist_rw()
410 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw()
418 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw()
419 target_list = &local_list; in brcmf_sdiod_sglist_rw()
481 src = __skb_peek(&local_list); in brcmf_sdiod_sglist_rw()
501 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
512 while ((pkt_next = __skb_dequeue(&local_list)) != NULL) in brcmf_sdiod_sglist_rw()
/OK3568_Linux_fs/kernel/kernel/
H A Dpadata.c360 LIST_HEAD(local_list); in padata_serial_worker()
368 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()
373 while (!list_empty(&local_list)) { in padata_serial_worker()
376 padata = list_entry(local_list.next, in padata_serial_worker()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dmad_priv.h102 struct list_head local_list; member
H A Dmad.c403 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
764 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2526 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2527 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c42 LIST_HEAD(local_list); in sditf_buffree_work()
45 list_replace_init(&priv->buf_free_list, &local_list); in sditf_buffree_work()
46 while (!list_empty(&local_list)) { in sditf_buffree_work()
47 rx_buf = list_first_entry(&local_list, in sditf_buffree_work()
H A Dcapture.c7298 LIST_HEAD(local_list); in rkcif_tasklet_handle()
7301 list_replace_init(&stream->vb_done_list, &local_list); in rkcif_tasklet_handle()
7304 while (!list_empty(&local_list)) { in rkcif_tasklet_handle()
7305 buf = list_first_entry(&local_list, in rkcif_tasklet_handle()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c965 LIST_HEAD(local_list); in iwl_mvm_async_handlers_wk()
974 list_splice_init(&mvm->async_handlers_list, &local_list); in iwl_mvm_async_handlers_wk()
977 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_wk()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_drv.c389 LIST_HEAD(local_list); in rknpu_release()
392 list_replace_init(&session->list, &local_list); in rknpu_release()
396 while (!list_empty(&local_list)) { in rknpu_release()
397 entry = list_first_entry(&local_list, struct rknpu_mem_object, in rknpu_release()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c1691 struct list_head local_list; in usb_giveback_urb_bh() local
1696 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh()
1699 while (!list_empty(&local_list)) { in usb_giveback_urb_bh()
1702 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture.c1575 LIST_HEAD(local_list); in rkisp_buf_done_task()
1578 list_replace_init(&stream->buf_done_list, &local_list); in rkisp_buf_done_task()
1581 while (!list_empty(&local_list)) { in rkisp_buf_done_task()
1582 buf = list_first_entry(&local_list, in rkisp_buf_done_task()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.c580 struct list_head *cpu_list, local_list; in blk_done_softirq() local
584 list_replace_init(cpu_list, &local_list); in blk_done_softirq()
587 while (!list_empty(&local_list)) { in blk_done_softirq()
590 rq = list_entry(local_list.next, struct request, ipi_list); in blk_done_softirq()