Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_ldm.c371 ldmMatchCandidate_t* const candidates = ldmState->matchCandidates; in ZSTD_ldm_generateSequences_internal() local
395 candidates[n].split = split; in ZSTD_ldm_generateSequences_internal()
396 candidates[n].hash = hash; in ZSTD_ldm_generateSequences_internal()
397 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
398 candidates[n].bucket = ZSTD_ldm_getBucket(ldmState, hash, params->bucketSizeLog); in ZSTD_ldm_generateSequences_internal()
399 PREFETCH_L1(candidates[n].bucket); in ZSTD_ldm_generateSequences_internal()
406 BYTE const* const split = candidates[n].split; in ZSTD_ldm_generateSequences_internal()
407 U32 const checksum = candidates[n].checksum; in ZSTD_ldm_generateSequences_internal()
408 U32 const hash = candidates[n].hash; in ZSTD_ldm_generateSequences_internal()
409 ldmEntry_t* const bucket = candidates[n].bucket; in ZSTD_ldm_generateSequences_internal()
/linux/fs/
H A Dpnode.c501 struct list_head *candidates) in gather_candidates() argument
528 list_add(&child->mnt_list, candidates); in gather_candidates()
662 LIST_HEAD(candidates); // undecided umount candidates in propagate_umount()
665 gather_candidates(set, &candidates); in propagate_umount()
668 list_for_each_entry_safe(m, p, &candidates, mnt_list) in propagate_umount()
672 while (!list_empty(&candidates)) { in propagate_umount()
673 m = list_first_entry(&candidates,struct mount, mnt_list); in propagate_umount()
/linux/scripts/
H A Drustdoc_test_gen.rs90 "No path candidates found for `{file}`. This is likely a bug in the build system, or \ in find_real_path()
97 let mut candidates = String::new(); in find_real_path() localVariable
99 writeln!(&mut candidates, " {path:?}").unwrap(); in find_real_path()
102 "Several path candidates found for `{file}`, please resolve the ambiguity by \ in find_real_path()
103 renaming a file or folder. Candidates:\n{candidates}", in find_real_path()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-querystd.rst41 stores here a set of candidates, this can be a single flag or a set of
/linux/Documentation/filesystems/
H A 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/Documentation/sound/designs/
H A Dtracepoints.rst86 SNDRV_PCM_IOCTL_HW_REFINE to retrieve this flag, then decide candidates
/linux/tools/memory-model/Documentation/
H A 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/Documentation/admin-guide/mm/
H A Dksm.rst34 has advised to be likely candidates for merging, by using the madvise(2)
/linux/Documentation/networking/dsa/
H A Dconfiguration.rst400 candidates.
/linux/drivers/md/
H A Dmd.c7250 LIST_HEAD(candidates); in autorun_devices()
7255 INIT_LIST_HEAD(&candidates); in autorun_devices()
7260 list_move(&rdev->same_set, &candidates); in autorun_devices()
7295 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
7306 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
/linux/Documentation/driver-api/
H A Duio-howto.rst36 serial or USB) are no candidates for an UIO driver. Hardware that is
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst269 number of dirty objects on the system and create more candidates to be
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq2387 * candidates for paging out an SCB if one is needed for a new command.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt8488 candidates for using WQ_UNBOUND workqueues instead.