Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c272 uc_fw->file_wanted.path = blob->path; in __uc_fw_auto_select()
273 uc_fw->file_wanted.major_ver = blob->major; in __uc_fw_auto_select()
274 uc_fw->file_wanted.minor_ver = blob->minor; in __uc_fw_auto_select()
432 uc_fw->file_wanted.major_ver += 1; in __force_fw_fetch_failures()
433 uc_fw->file_wanted.minor_ver = 0; in __force_fw_fetch_failures()
437 uc_fw->file_wanted.minor_ver += 1; in __force_fw_fetch_failures()
439 } else if (uc_fw->file_wanted.major_ver && in __force_fw_fetch_failures()
442 uc_fw->file_wanted.major_ver -= 1; in __force_fw_fetch_failures()
443 uc_fw->file_wanted.minor_ver = 0; in __force_fw_fetch_failures()
445 } else if (uc_fw->file_wanted.minor_ver && in __force_fw_fetch_failures()
[all …]
Dintel_uc_fw.h89 struct intel_uc_fw_file file_wanted; member
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.c1027 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1028 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1712 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1713 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux-6.1.9/fs/ceph/
Dcaps.c1908 int file_wanted, used, cap_used; in ceph_check_caps() local
1932 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1946 want = file_wanted; in ceph_check_caps()
1949 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1951 if (file_wanted) { in ceph_check_caps()
1983 ceph_cap_string(file_wanted), in ceph_check_caps()
2151 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()