Home
last modified time | relevance | path

Searched refs:candidates (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A 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[ in ZSTD_ldm_generateSequences_internal()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-exynos.c465 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()
489 * If there are candidates values and don't find bset clk sample value, in dw_mci_exynos_get_best_clksmpl()
490 * then use a first candidates clock sample value. 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()
530 "There is no candidates valu in dw_mci_exynos_execute_tuning()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c6551 LIST_HEAD(candidates); in autorun_devices()
6556 INIT_LIST_HEAD(&candidates); in autorun_devices()
6561 list_move(&rdev->same_set, &candidates); in autorun_devices()
6597 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
6605 /* on success, candidates will be empty, on error in autorun_devices()
6608 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c6570 LIST_HEAD(candidates); in autorun_devices()
6575 INIT_LIST_HEAD(&candidates); in autorun_devices()
6580 list_move(&rdev->same_set, &candidates); in autorun_devices()
6615 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()
6623 /* on success, candidates will be empty, on error in autorun_devices()
6626 rdev_for_each_list(rdev, tmp, &candidates) { in autorun_devices()

Completed in 27 milliseconds