Searched refs:list (Results 1 – 3 of 3) sorted by relevance
171 struct list_node list = LIST_INITIAL_VALUE(list); in platform_early_init() local172 pmm_alloc_range(MEMBASE, 0x80000 / PAGE_SIZE, &list); in platform_early_init()
120 pktbuf_t *p = list_remove_head_type(&gem.queued_pbufs, pktbuf_t, list); in free_completed_pbuf_frames()147 ((p = list_remove_head_type(&gem.tx_queue, pktbuf_t, list)) != NULL)) { in queue_pkts_in_tx_tbl()165 list_add_tail(&gem.queued_pbufs, &p->list); in queue_pkts_in_tx_tbl()188 list_add_tail(&gem.tx_queue, &p->list); in gem_send_raw_pkt()
246 return list(filter(has_info, drives))303 if args.list:
Completed in 8 milliseconds