/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-descriptor.c | 43 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_interface_version() 61 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_size() 79 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_hotfix()
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_buddy_test.c | 526 block = list_first_entry_or_null(&blocks, typeof(*block), link); in drm_test_buddy_alloc_pathological() 540 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pathological() 552 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pathological() 610 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic() 622 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic() 651 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic() 666 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic() 705 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_optimistic() 739 block = list_first_entry_or_null(&allocated, struct drm_buddy_block, link); in drm_test_buddy_alloc_limit()
|
/linux/kernel/gcov/ |
H A D | clang.c | 176 return list_first_entry_or_null(&clang_gcov_list, in gcov_info_next() 243 struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null( in gcov_info_is_compatible() 245 struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null( in gcov_info_is_compatible() 275 struct gcov_fn_info *sfn_ptr = list_first_entry_or_null(&src->functions, in gcov_info_add()
|
/linux/drivers/pci/endpoint/ |
H A D | pci-ep-msi.c | 30 epf = list_first_entry_or_null(&epc->pci_epf, struct pci_epf, list); in pci_epf_write_msi_msg() 48 if (list_first_entry_or_null(&epc->pci_epf, struct pci_epf, list) != epf) { in pci_epf_alloc_doorbell()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gpu_scheduler.c | 19 msg = list_first_entry_or_null(&sched->msgs, struct xe_sched_msg, link); in xe_sched_process_msg_queue_if_ready() 31 msg = list_first_entry_or_null(&sched->msgs, in xe_sched_get_msg()
|
H A D | xe_gpu_scheduler.h | 85 job = list_first_entry_or_null(&sched->base.pending_list, in xe_sched_first_pending_job()
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test_util.c | 28 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_in, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock() 95 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_out, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock_next()
|
/linux/drivers/firmware/cirrus/test/ |
H A D | cs_dsp_test_control_parse.c | 126 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_v1_name() 156 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_empty_v1_name() 187 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_max_v1_name() 213 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_short_name() 244 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_min_short_name() 276 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_max_short_name() 308 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_min_fullname() 341 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_max_fullname() 373 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_min_description() 406 ctl = list_first_entry_or_null( in cs_dsp_ctl_parse_with_max_description() [all...] |
H A D | cs_dsp_test_control_rw.c | 182 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_running() 253 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_running() 321 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_started() 375 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_stopped() 430 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_stopped_powered_down() 488 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_current_loaded_fw() 550 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_current_running_fw() 604 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_volatile_not_started() 665 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_volatile_stopped() 727 ctl = list_first_entry_or_null( in cs_dsp_ctl_write_volatile_stopped_powered_down() [all...] |
H A D | cs_dsp_test_control_cache.c | 240 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init() 290 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init_write_only() 909 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_started() 974 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_stopped() 1037 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_powered_down() 1104 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_stopped_powered_down() 1172 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_current_loaded_fw() 1242 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_current_running_fw() 1317 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_running() 1395 ctl = list_first_entry_or_null( in cs_dsp_ctl_cache_read_running_zero_flags() [all...] |
/linux/fs/btrfs/ |
H A D | lru_cache.h | 57 return list_first_entry_or_null(&cache->lru_list, in btrfs_lru_cache_lru_entry()
|
/linux/drivers/soc/ti/ |
H A D | knav_qmss.h | 352 list_first_entry_or_null(&kdev->regions, \ 359 list_first_entry_or_null(&kdev->queue_ranges, \
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-debug.c | 375 ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_iter_next() 409 dev = list_first_entry_or_null(&its->device_list, in vgic_its_debug_start() 419 iter->ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_debug_start()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem_ww.c | 21 while ((obj = list_first_entry_or_null(&ww->obj_list, struct drm_i915_gem_object, obj_link))) { in i915_gem_ww_ctx_unlock_all()
|
/linux/fs/nfs_common/ |
H A D | nfslocalio.c | 170 while ((nfl = list_first_entry_or_null(&nfs_uuid->files, in nfs_uuid_put() 181 list_first_entry_or_null( in nfs_uuid_put()
|
/linux/include/media/ |
H A D | v4l2-fwnode.h | 402 list_first_entry_or_null(&(v4l2c)->links, \
|
/linux/include/linux/ |
H A D | balloon_compaction.h | 152 struct page *page = list_first_entry_or_null(pages, struct page, lru); in balloon_page_pop()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_if.c | 243 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_free_list() 441 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_disp_list() 618 node = list_first_entry_or_null(&inst->fb_disp_list, in vp9_rm_from_fb_disp_list() 641 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_use_list() 723 node = list_first_entry_or_null(&inst->fb_free_list, in get_free_fb()
|
/linux/drivers/tty/ |
H A D | n_hdlc.c | 599 buf = list_first_entry_or_null(&n_hdlc->rx_buf_list.list, in n_hdlc_tty_ioctl() 614 buf = list_first_entry_or_null(&n_hdlc->tx_buf_list.list, in n_hdlc_tty_ioctl() 772 buf = list_first_entry_or_null(&buf_list->list, in n_hdlc_buf_get()
|
/linux/drivers/infiniband/core/ |
H A D | mr_pool.c | 14 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry); in ib_mr_pool_get()
|
/linux/fs/smb/client/ |
H A D | dfs_cache.h | 69 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
|
/linux/drivers/usb/dwc3/ |
H A D | gadget.h | 72 return list_first_entry_or_null(list, struct dwc3_request, list); in next_request()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | epn.c | 93 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack() 142 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 264 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 315 req = list_first_entry_or_null(&ep->queue, in ast_vhub_epn_handle_ack_desc()
|
/linux/drivers/s390/cio/ |
H A D | vfio_ccw_chp.c | 93 crw = list_first_entry_or_null(&private->crw, in vfio_ccw_crw_region_read()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_res_cursor.h | 73 block = list_first_entry_or_null(head, in amdgpu_res_first()
|