Home
last modified time | relevance | path

Searched refs:list0 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/io_uring/
Dslist.h36 static inline struct io_wq_work_node *wq_list_merge(struct io_wq_work_list *list0, in wq_list_merge() argument
41 if (!list0->first) { in wq_list_merge()
44 ret = list0->first; in wq_list_merge()
45 list0->last->next = list1->first; in wq_list_merge()
47 INIT_WQ_LIST(list0); in wq_list_merge()
/linux-6.1.9/drivers/media/platform/verisilicon/
Dhantro_g2_hevc_dec.c305 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
347 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
348 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()
349 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
350 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()
351 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
352 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()
356 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
357 list0[j++] = list0[i++]; in set_ref_pic_list()
372 hantro_reg_write(vpu, &ref_pic_regs0[i], list0[i]); in set_ref_pic_list()
/linux-6.1.9/drivers/firewire/
Dcore-topology.c409 struct list_head list0, list1; in update_tree() local
413 INIT_LIST_HEAD(&list0); in update_tree()
414 list_add_tail(&card->local_node->link, &list0); in update_tree()
418 node0 = fw_node(list0.next); in update_tree()
421 while (&node0->link != &list0) { in update_tree()
455 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()