Searched refs:list_first_entry_or_null (Results 51 - 75 of 305) sorted by relevance

1234567891011>>

/linux-master/net/rxrpc/
H A Dio_thread.c446 conn = list_first_entry_or_null(&local->conn_attend_q,
464 if ((call = list_first_entry_or_null(&local->call_attend_q,
H A Dtxbuf.c217 while ((txb = list_first_entry_or_null(&call->tx_buffer,
H A Dconn_client.c512 while ((call = list_first_entry_or_null(&local->new_client_calls,
754 conn = list_first_entry_or_null(&local->idle_client_conns,
817 while ((conn = list_first_entry_or_null(&local->idle_client_conns,
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_if.c515 node = list_first_entry_or_null(&inst->fb_disp_list,
535 node = list_first_entry_or_null(&inst->fb_free_list,
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c102 psta = list_first_entry_or_null(&pfree_sta_queue->queue,
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1478 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) {
1501 while ((req = list_first_entry_or_null(pending, struct drbd_request, tl_requests))) {
1735 req_read = list_first_entry_or_null(&device->pending_completion[0], struct drbd_request, req_pending_local);
1736 req_write = list_first_entry_or_null(&device->pending_completion[1], struct drbd_request, req_pending_local);
/linux-master/mm/
H A Dpgtable-generic.c189 pmd_huge_pte(mm, pmdp) = list_first_entry_or_null(&pgtable->lru,
/linux-master/drivers/usb/mtu3/
H A Dmtu3.h387 return list_first_entry_or_null(&mep->req_list, struct mtu3_request,
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h352 mr = list_first_entry_or_null(list, struct rpcrdma_mr, mr_list);
H A Dverbs.c1021 while ((rep = list_first_entry_or_null(&buf->rb_all_reps,
1118 while ((mr = list_first_entry_or_null(&buf->rb_all_mrs,
1200 req = list_first_entry_or_null(&buffers->rb_send_bufs,
/linux-master/drivers/platform/x86/dell/
H A Ddell-smbios-wmi.c46 return list_first_entry_or_null(&wmi_list,
/linux-master/include/net/
H A Dxdp_sock_drv.h152 frag = list_first_entry_or_null(&xskb->pool->xskb_list,
/linux-master/drivers/nvme/target/
H A Dfcloop.c327 tls_req = list_first_entry_or_null(&rport->ls_list,
411 tls_req = list_first_entry_or_null(&tport->ls_list,
1605 nport = list_first_entry_or_null(&fcloop_nports,
1627 lport = list_first_entry_or_null(&fcloop_lports,
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c560 buf = list_first_entry_or_null(&video->out_active,
596 next_buf = list_first_entry_or_null(&video->out_pending,
599 next_buf = list_first_entry_or_null(&video->out_discard,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c95 return list_first_entry_or_null(&engine->hw_queue,
/linux-master/drivers/acpi/
H A Dacpi_ipmi.c495 driver_data.selected_smi = list_first_entry_or_null(
/linux-master/drivers/of/
H A Dirq.c617 desc = list_first_entry_or_null(&intc_parent_list,
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-allocator.c202 resource = list_first_entry_or_null(&res_pool->free_list,
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c861 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, entry);
/linux-master/drivers/tee/amdtee/
H A Dcore.c78 sess = list_first_entry_or_null(&ctxdata->sess_list,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c196 (obj = list_first_entry_or_null(phase->list,
/linux-master/drivers/usb/gadget/udc/
H A Daspeed_udc.c879 req = list_first_entry_or_null(&ep->queue,
887 req = list_first_entry_or_null(&ep->queue,
958 req = list_first_entry_or_null(&ep->queue,
966 req = list_first_entry_or_null(&ep->queue,
/linux-master/drivers/crypto/stm32/
H A Dstm32-crc32.c107 crc = list_first_entry_or_null(&crc_list.dev_list, struct stm32_crc, list);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c21 return list_first_entry_or_null(list, struct drm_buddy_block, link);
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c368 vimc_buf = list_first_entry_or_null(&vcapture->buf_list,

Completed in 268 milliseconds

1234567891011>>