Searched refs:list_for_each_safe (Results 1 - 25 of 178) sorted by path

12345678

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h349 list_for_each_safe(pos, n, &list) { function
/linux-master/drivers/scsi/esas2r/
H A Desas2r_io.c782 list_for_each_safe(element, next, &a->defer_list) {
815 list_for_each_safe(element, next, &a->active_list) {
/linux-master/drivers/w1/
H A Dw1_family.c28 list_for_each_safe(ent, n, &w1_families) {
60 list_for_each_safe(ent, n, &w1_families) {
92 list_for_each_safe(ent, n, &w1_families) {
/linux-master/arch/loongarch/kvm/
H A Dmmu.c319 list_for_each_safe(pos, temp, &ctx.list) {
/linux-master/arch/um/drivers/
H A Dchan_kern.c331 list_for_each_safe(ele, next, chans) { function
H A Dline.c716 list_for_each_safe(ele, next, &winch_handlers) {
H A Dnet_kern.c586 list_for_each_safe(ele, next, &eth_cmd_line) {
/linux-master/arch/x86/kvm/svm/
H A Dsev.c2176 list_for_each_safe(pos, q, head) { function
/linux-master/arch/xtensa/platforms/iss/
H A Dnetwork.c633 list_for_each_safe(ele, next, &eth_cmd_line) {
/linux-master/block/partitions/
H A Dldm.c1294 list_for_each_safe (item, tmp, list)
1409 list_for_each_safe (item, tmp, lh)
/linux-master/drivers/block/aoe/
H A Daoecmd.c84 list_for_each_safe(pos, nx, head) { function
103 list_for_each_safe(pos, nx, head) { function
649 list_for_each_safe(pos, nx, head) { function
757 list_for_each_safe(pos, nx, head) { function
H A Daoedev.c208 list_for_each_safe(pos, nx, head)
212 list_for_each_safe(pos, nx, head)
511 list_for_each_safe(pos, nx, head) { function
/linux-master/drivers/bluetooth/
H A Dbtrtl.c451 list_for_each_safe(pos, next, &btrtl_dev->patch_subsecs) {
/linux-master/drivers/bus/
H A Dti-sysc.c3204 list_for_each_safe(pos, tmp, &sysc_soc->restored_modules) {
3209 list_for_each_safe(pos, tmp, &sysc_soc->disabled_modules) {
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c475 list_for_each_safe(this, next, &ep->buffers) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c74 list_for_each_safe(ptr, tmp, &vfs_table) {
H A Dqat_compression.c30 list_for_each_safe(list_ptr, tmp, &accel_dev->compression_list) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c156 list_for_each_safe(entry, tmp, hnd_list) { function
211 list_for_each_safe(entry, tmp, hnd_list_low) { function
223 list_for_each_safe(entry, tmp, hnd_list_high) { function
463 list_for_each_safe(entry, tmp, lh) { function
502 list_for_each_safe(entry, tmp, hnd_list_l) { function
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c216 list_for_each_safe(it, next, &engines) {
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c577 list_for_each_safe(pos, n, &vgpu->dmabuf_obj_list_head) {
H A Dgtt.c1557 list_for_each_safe(pos, n, &vgpu->gtt.oos_page_list_head) {
1669 list_for_each_safe(pos, n, &vgpu->gtt.post_shadow_list_head) {
2021 list_for_each_safe(pos, n, &gvt->gtt.ppgtt_mm_lru_list_head) {
2491 list_for_each_safe(pos, n, &vgpu->gtt.ppgtt_mm_list_head) {
2546 list_for_each_safe(pos, n, &gtt->oos_page_free_list_head) {
2764 list_for_each_safe(pos, n, &vgpu->gtt.ppgtt_mm_list_head) {
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_free_list.c496 list_for_each_safe(pos, n, &free_list->mem_block_list) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c199 list_for_each_safe(link, next, list)
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c1325 list_for_each_safe(cursor, next, head) { function
H A Dssi_protocol.c411 list_for_each_safe(head, tmp, &ssi->txqueue) {

Completed in 444 milliseconds

12345678