Home
last modified time | relevance | path

Searched refs:file_wanted (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c465 uc_fw->file_wanted.ver.major += 1; in __force_fw_fetch_failures()
466 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
470 uc_fw->file_wanted.ver.minor += 1; in __force_fw_fetch_failures()
476 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
485 uc_fw->file_wanted.ver.major = 0; in __force_fw_fetch_failures()
486 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
751 memcpy(&uc_fw->file_wanted, &file_ideal, sizeof(uc_fw->file_wanted)); in intel_uc_fw_fetch()
774 uc_fw->file_wanted.ver.major, uc_fw->file_wanted.ver.minor); in intel_uc_fw_fetch()
787 memcpy(&uc_fw->file_wanted, &file_ideal, sizeof(uc_fw->file_wanted)); in intel_uc_fw_fetch()
792 uc_fw->file_wanted.path, in intel_uc_fw_fetch()
[all …]
A Dintel_uc_fw.h95 struct intel_uc_fw_file file_wanted; member
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_gpu_error.c1028 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1029 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1718 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1719 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux-6.3-rc2/fs/ceph/
A Dcaps.c1908 int file_wanted, used, cap_used; in ceph_check_caps() local
1931 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1945 want = file_wanted; in ceph_check_caps()
1948 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1950 if (file_wanted) { in ceph_check_caps()
1982 ceph_cap_string(file_wanted), in ceph_check_caps()
2150 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()

Completed in 21 milliseconds