Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_ldm.c349 ldmMatchCandidate_t* const candidates = ldmState->matchCandidates; in ZSTD_ldm_generateSequences_internal() local
373 candidates[n].split = split; in ZSTD_ldm_generateSequences_internal()
374 candidates[n].hash = hash; in ZSTD_ldm_generateSequences_internal()
375 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
376 candidates[n].bucket = ZSTD_ldm_getBucket(ldmState, hash, *params); in ZSTD_ldm_generateSequences_internal()
377 PREFETCH_L1(candidates[n].bucket); in ZSTD_ldm_generateSequences_internal()
384 BYTE const* const split = candidates[n].split; in ZSTD_ldm_generateSequences_internal()
385 U32 const checksum = candidates[n].checksum; in ZSTD_ldm_generateSequences_internal()
386 U32 const hash = candidates[n].hash; in ZSTD_ldm_generateSequences_internal()
387 ldmEntry_t* const bucket = candidates[n].bucket; in ZSTD_ldm_generateSequences_internal()
/linux-6.12.1/drivers/hwmon/
Dcros_ec_hwmon.c193 size_t candidates, i, sensor_name_size; in cros_ec_hwmon_probe_temp_sensors() local
198 candidates = EC_TEMP_SENSOR_ENTRIES; in cros_ec_hwmon_probe_temp_sensors()
200 candidates = ARRAY_SIZE(priv->temp_sensor_names); in cros_ec_hwmon_probe_temp_sensors()
202 for (i = 0; i < candidates; i++) { in cros_ec_hwmon_probe_temp_sensors()
/linux-6.12.1/drivers/mmc/host/
Ddw_mmc-exynos.c464 static s8 dw_mci_exynos_get_best_clksmpl(u8 candidates) in dw_mci_exynos_get_best_clksmpl() argument
471 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
479 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
492 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
507 u8 start_smpl, smpl, candidates = 0; in dw_mci_exynos_execute_tuning() local
518 candidates |= (1 << smpl); in dw_mci_exynos_execute_tuning()
522 found = dw_mci_exynos_get_best_clksmpl(candidates); in dw_mci_exynos_execute_tuning()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-querystd.rst41 stores here a set of candidates, this can be a single flag or a set of
Dext-ctrls-codec-stateless.rst2442 candidates supported in the slice subtracted from 5.
/linux-6.12.1/Documentation/filesystems/
Dautofs-mount-control.rst156 candidates are enumerated, almost for no other reason than to "count"
355 this ioctl is called until no further expire candidates are found.
363 expire candidates can be found the ioctl returns -1 with errno set to
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-fs-f2fs105 blocks less than 2MB. The candidates to be discarded are cached during
558 number of potential victim in all candidates, the value should be in
565 number of potential victim in all candidates, by default it was
579 candidates whose age is not beyond the threshold, by default it was
/linux-6.12.1/Documentation/sound/designs/
Dtracepoints.rst86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
/linux-6.12.1/Documentation/power/
Dpower_supply_class.rst256 Good candidates to add in future: model/part#, cycle_time, manufacturer,
/linux-6.12.1/tools/memory-model/Documentation/
Dexplanation.txt2247 are "race candidates" if they satisfy 1 - 4. Thus, whether or not two
2248 race candidates actually do race in a given execution depends on
2251 The LKMM tries to determine whether a program contains race candidates
2256 Determining whether two accesses are race candidates is easy; you can
2424 accesses are race candidates, the LKMM can prove they are not
2581 impossible. After all, to be race candidates the two accesses must
2665 If R and W are race candidates and it is possible to link R to
2670 If W and R are race candidates and it is possible to link W to
2675 If W and W' are race candidates and it is possible to link W
/linux-6.12.1/Documentation/admin-guide/mm/
Dksm.rst34 has advised to be likely candidates for merging, by using the madvise(2)
/linux-6.12.1/Documentation/scheduler/
Dsched-energy.rst61 is used to break the tie between several good CPU candidates and pick the one
/linux-6.12.1/Documentation/RCU/
DlistRCU.rst81 released. These use cases are often good candidates for conversion
/linux-6.12.1/Documentation/networking/dsa/
Dconfiguration.rst400 candidates.
/linux-6.12.1/Documentation/admin-guide/media/
Dcec.rst306 <Standby> and <Active Source> are candidates for that.
/linux-6.12.1/drivers/md/
Dmd.c6652 LIST_HEAD(candidates); in autorun_devices()
6657 INIT_LIST_HEAD(&candidates); in autorun_devices()
6662 list_move(&rdev->same_set, &candidates); in autorun_devices()
6697 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
6708 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
/linux-6.12.1/Documentation/driver-api/
Duio-howto.rst36 serial or USB) are no candidates for an UIO driver. Hardware that is
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dvm.rst251 number of dirty objects on the system and create more candidates to be
/linux-6.12.1/Documentation/process/
Dsubmitting-patches.rst600 patch candidates. For more information, please read
/linux-6.12.1/drivers/scsi/aic7xxx/
Daic7xxx.seq2387 * candidates for paging out an SCB if one is needed for a new command.
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt7508 candidates for using WQ_UNBOUND workqueues instead.