| /f-stack/freebsd/contrib/device-tree/Bindings/arc/ |
| H A D | archs-pct.txt | 11 "snps,archs-pct" 16 compatible = "snps,archs-pct";
|
| H A D | pct.txt | 14 "snps,arc700-pct" 19 compatible = "snps,arc700-pct";
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | nsim_700.dts | 55 arcpct0: pct { 56 compatible = "snps,arc700-pct";
|
| H A D | haps_hs_idu.dts | 68 arcpct0: pct { 69 compatible = "snps,archs-pct";
|
| H A D | nsimosci.dts | 84 arcpct0: pct { 85 compatible = "snps,arc700-pct";
|
| H A D | nsimosci_hs.dts | 84 arcpct0: pct { 85 compatible = "snps,archs-pct";
|
| H A D | haps_hs.dts | 63 arcpct0: pct { 64 compatible = "snps,archs-pct";
|
| H A D | nsimosci_hs_idu.dts | 92 arcpct0: pct { 93 compatible = "snps,archs-pct";
|
| H A D | axc001.dtsi | 77 arcpct0: pct { 78 compatible = "snps,arc700-pct";
|
| H A D | axc003_idu.dtsi | 92 arcpct0: pct { 93 compatible = "snps,archs-pct";
|
| H A D | axc003.dtsi | 85 arcpct0: pct { 86 compatible = "snps,archs-pct";
|
| H A D | hsdk.dts | 89 arcpct: pct { 90 compatible = "snps,archs-pct";
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 259 int pct; in taskq_create() local 262 pct = MIN(nthreads, 100); in taskq_create() 263 pct = MAX(pct, 0); in taskq_create() 265 nthreads = (sysconf(_SC_NPROCESSORS_ONLN) * pct) / 100; in taskq_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_iter.c | 394 char *pct = strchr(comma_separated, '%'); in zfs_iter_snapspec() local 395 if (pct != NULL) { in zfs_iter_snapspec() 400 if (pct == comma_separated) in zfs_iter_snapspec() 404 *pct = '\0'; in zfs_iter_snapspec() 405 ssa.ssa_last = pct + 1; in zfs_iter_snapspec()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_racct.c | 996 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local 1021 pct = racct_getpcpu(p, pct_estimate); in racct_proc_exit() 1025 racct_add_cred_locked(p->p_ucred, RACCT_PCTCPU, pct); in racct_proc_exit() 1252 uint64_t pct, pct_estimate, runtime; in racctd() local 1291 pct = racct_getpcpu(p, pct_estimate); in racctd() 1299 racct_set_locked(p, RACCT_PCTCPU, pct, 1); in racctd()
|
| H A D | imgact_elf.c | 2829 int pct; in __elfN() local 2831 pct = __elfN(aslr_stack_gap); in __elfN() 2832 if (pct == 0) in __elfN() 2834 if (pct > 50) in __elfN() 2835 pct = 50; in __elfN() 2836 range = imgp->eff_stack_sz * pct / 100; in __elfN()
|
| H A D | subr_stats.c | 3715 uint32_t cum_pct, pct, tpl_hash; local 3835 if (2 != sscanf(new_rates_usr_str, kvpair_fmt, tpl_spec, &pct, 3841 if ((cum_pct += pct) > 100) 3864 rates[nrates].tpl_sample_pct = pct;
|
| H A D | vfs_cache.c | 983 int count, maxlength, used, pct; in sysctl_debug_hashstat_nchash() local 1006 pct = (used * 100) / (n_nchash / 100); in sysctl_debug_hashstat_nchash() 1016 error = SYSCTL_OUT(req, &pct, sizeof(pct)); in sysctl_debug_hashstat_nchash()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | da7218.txt | 60 - dlg,jack-threshold-pct : Threshold level for jack detection (% of VDD) 99 dlg,jack-threshold-pct = <84>;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 6392 double pct; in findBigKeys() local 6413 pct = 100 * (double)sampled/total_keys; in findBigKeys() 6451 pct, type->name, keys->element[i]->str, sizes[i], in findBigKeys() 6469 printf("[%05.2f%%] Sampled %llu keys so far\n", pct, sampled); in findBigKeys() 6557 double pct; in findHotKeys() local 6570 pct = 100 * (double)sampled/total_keys; in findHotKeys() 6595 printf("[%05.2f%%] Sampled %llu keys so far\n", pct, sampled); in findHotKeys() 6614 pct, keys->element[i]->str, freqs[i]); in findHotKeys()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 2656 int pct = MAX(zfs_commit_timeout_pct, 1); in zil_commit_waiter() local 2657 hrtime_t sleep = (zilog->zl_last_lwb_latency * pct) / 100; in zil_commit_waiter()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 2009 #define UMA_PCT_FIXPT(pct) UMA_FRAC_FIXPT((pct), 100) argument
|