Searched refs:list_first_entry_or_null (Results 1 - 25 of 305) sorted by path

1234567891011>>

/linux-master/drivers/infiniband/core/
H A Dmr_pool.c14 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c140 rdreg = list_first_entry_or_null(&vgic->rd_regions,
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c861 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, entry);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1010 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, entry);
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c82 return list_first_entry_or_null(&dump_save_areas, struct save_area, list);
/linux-master/arch/s390/kvm/
H A Dinterrupt.c1054 inti = list_first_entry_or_null(&fi->lists[FIRQ_LIST_PFAULT],
1096 inti = list_first_entry_or_null(&fi->lists[FIRQ_LIST_VIRTIO],
1177 inti = list_first_entry_or_null(isc_list,
/linux-master/arch/um/drivers/
H A Dline.c735 while ((winch = list_first_entry_or_null(&winch_handlers,
/linux-master/arch/um/kernel/
H A Dtime.c263 return list_first_entry_or_null(&time_travel_events,
344 while ((e = list_first_entry_or_null(&time_travel_irqs,
/linux-master/block/
H A Dkyber-iosched.c772 rq = list_first_entry_or_null(rqs, struct request, queuelist);
/linux-master/crypto/
H A Dalgapi.c114 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list);
/linux-master/drivers/accel/ivpu/
H A Divpu_ipc.c270 rx_msg = list_first_entry_or_null(&cons->rx_msg_list, struct ivpu_ipc_rx_msg, link);
/linux-master/drivers/acpi/
H A Dacpi_ipmi.c495 driver_data.selected_smi = list_first_entry_or_null(
H A Dacpi_lpss.c637 rentry = list_first_entry_or_null(&resource_list, struct resource_entry, node);
/linux-master/drivers/android/
H A Dbinder.c538 w = list_first_entry_or_null(list, struct binder_work, entry);
614 thread = list_first_entry_or_null(&proc->waiting_threads,
2394 list_first_entry_or_null(pf_head, struct binder_ptr_fixup,
2440 pf = list_first_entry_or_null(pf_head,
3089 w = list_first_entry_or_null(&thread->todo,
/linux-master/drivers/base/regmap/
H A Dregmap.c1454 async = list_first_entry_or_null(&map->async_free,
1699 async = list_first_entry_or_null(&map->async_free,
/linux-master/drivers/block/aoe/
H A Daoecmd.c849 rq = list_first_entry_or_null(&d->rq_list, struct request,
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c169 req = list_first_entry_or_null(&device->pending_master_completion[1],
198 ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list);
705 r1 = list_first_entry_or_null(&device->pending_master_completion[i],
707 r2 = list_first_entry_or_null(&device->pending_completion[i],
H A Ddrbd_int.h949 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices);
2257 return list_first_entry_or_null(&resource->connections,
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/drivers/block/
H A Dfloppy.c2760 current_req = list_first_entry_or_null(&floppy_reqs, struct request,
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c218 q = list_first_entry_or_null(&cpu_q->requeue_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/drivers/crypto/
H A Datmel-aes.c417 aes_dd = list_first_entry_or_null(&atmel_aes.dev_list,
H A Datmel-tdes.c195 tdes_dd = list_first_entry_or_null(&atmel_tdes.dev_list,
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c262 return list_first_entry_or_null(&cmdq->response_head,

Completed in 550 milliseconds

1234567891011>>