Searched refs:candidates (Results 1 – 17 of 17) sorted by relevance
| /Linux-v6.1/lib/zstd/compress/ |
| D | zstd_ldm.c | 322 ldmMatchCandidate_t* const candidates = ldmState->matchCandidates; in ZSTD_ldm_generateSequences_internal() local 354 candidates[n].split = split; in ZSTD_ldm_generateSequences_internal() 355 candidates[n].hash = hash; in ZSTD_ldm_generateSequences_internal() 356 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal() 357 candidates[n].bucket = ZSTD_ldm_getBucket(ldmState, hash, *params); in ZSTD_ldm_generateSequences_internal() 358 PREFETCH_L1(candidates[n].bucket); in ZSTD_ldm_generateSequences_internal() 364 BYTE const* const split = candidates[n].split; in ZSTD_ldm_generateSequences_internal() 365 U32 const checksum = candidates[n].checksum; in ZSTD_ldm_generateSequences_internal() 366 U32 const hash = candidates[n].hash; in ZSTD_ldm_generateSequences_internal() 367 ldmEntry_t* const bucket = candidates[n].bucket; in ZSTD_ldm_generateSequences_internal()
|
| /Linux-v6.1/drivers/mmc/host/ |
| D | dw_mmc-exynos.c | 465 static s8 dw_mci_exynos_get_best_clksmpl(u8 candidates) in dw_mci_exynos_get_best_clksmpl() argument 472 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 480 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 493 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl() 508 u8 start_smpl, smpl, candidates = 0; in dw_mci_exynos_execute_tuning() local 519 candidates |= (1 << smpl); in dw_mci_exynos_execute_tuning() 523 found = dw_mci_exynos_get_best_clksmpl(candidates); in dw_mci_exynos_execute_tuning()
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | vidioc-querystd.rst | 41 stores here a set of candidates, this can be a single flag or a set of
|
| D | ext-ctrls-codec-stateless.rst | 2442 candidates supported in the slice subtracted from 5.
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-fs-f2fs | 98 blocks less than 2MB. The candidates to be discarded are cached until 535 number of potential victim in all candidates, the value should be in 542 number of potential victim in all candidates, by default it was 556 candidates whose age is not beyond the threshold, by default it was
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | autofs-mount-control.rst | 156 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-v6.1/Documentation/sound/designs/ |
| D | tracepoints.rst | 86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
|
| /Linux-v6.1/Documentation/power/ |
| D | power_supply_class.rst | 256 Good candidates to add in future: model/part#, cycle_time, manufacturer,
|
| /Linux-v6.1/Documentation/admin-guide/mm/ |
| D | ksm.rst | 36 has advised to be likely candidates for merging, by using the madvise(2)
|
| /Linux-v6.1/tools/memory-model/Documentation/ |
| D | explanation.txt | 2060 are "race candidates" if they satisfy 1 - 4. Thus, whether or not two 2061 race candidates actually do race in a given execution depends on 2064 The LKMM tries to determine whether a program contains race candidates 2069 Determining whether two accesses are race candidates is easy; you can 2237 accesses are race candidates, the LKMM can prove they are not 2394 impossible. After all, to be race candidates the two accesses must 2478 If R and W are race candidates and it is possible to link R to 2483 If W and R are race candidates and it is possible to link W to 2488 If W and W' are race candidates and it is possible to link W
|
| /Linux-v6.1/Documentation/networking/dsa/ |
| D | configuration.rst | 400 candidates.
|
| /Linux-v6.1/Documentation/scheduler/ |
| D | sched-energy.rst | 61 is used to break the tie between several good CPU candidates and pick the one
|
| /Linux-v6.1/drivers/md/ |
| D | md.c | 6465 LIST_HEAD(candidates); in autorun_devices() 6470 INIT_LIST_HEAD(&candidates); in autorun_devices() 6475 list_move(&rdev->same_set, &candidates); in autorun_devices() 6510 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices() 6521 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
|
| /Linux-v6.1/Documentation/driver-api/ |
| D | uio-howto.rst | 36 serial or USB) are no candidates for an UIO driver. Hardware that is
|
| /Linux-v6.1/Documentation/admin-guide/sysctl/ |
| D | vm.rst | 249 number of dirty objects on the system and create more candidates to be
|
| /Linux-v6.1/Documentation/process/ |
| D | submitting-patches.rst | 567 patch candidates. For more information, please read
|
| /Linux-v6.1/drivers/scsi/aic7xxx/ |
| D | aic7xxx.seq | 2387 * candidates for paging out an SCB if one is needed for a new command.
|