Searched refs:nice (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 98 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20) argument
|
| /f-stack/freebsd/sys/ |
| H A D | sched.h | 88 void sched_nice(struct proc *p, int nice);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2387 char nice[32]; in dump_dsl_dir() local 2390 CTASSERT(sizeof (nice) >= NN_NUMBUF_SZ); in dump_dsl_dir() 2407 zdb_nicenum(dd->dd_used_bytes, nice, sizeof (nice)); in dump_dsl_dir() 2408 (void) printf("\t\tused_bytes = %s\n", nice); in dump_dsl_dir() 2409 zdb_nicenum(dd->dd_compressed_bytes, nice, sizeof (nice)); in dump_dsl_dir() 2411 zdb_nicenum(dd->dd_uncompressed_bytes, nice, sizeof (nice)); in dump_dsl_dir() 2413 zdb_nicenum(dd->dd_quota, nice, sizeof (nice)); in dump_dsl_dir() 2414 (void) printf("\t\tquota = %s\n", nice); in dump_dsl_dir() 2415 zdb_nicenum(dd->dd_reserved, nice, sizeof (nice)); in dump_dsl_dir() 2416 (void) printf("\t\treserved = %s\n", nice); in dump_dsl_dir() [all …]
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 511 set_user_nice(VCHIQ_THREAD_T thr, int nice) in set_user_nice() argument
|
| H A D | vchi_bsd.h | 394 void set_user_nice(VCHIQ_THREAD_T p, int nice);
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 37 nice-to-have, but not required for channel programs to be well-supported. As
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru-chromebook.dtsi | 281 * still allows us to get nice 4.7K pullups for high speed i2c
|
| /f-stack/freebsd/kern/ |
| H A D | sched_ule.c | 172 #define SCHED_PRI_NICE(nice) (nice) argument 2169 sched_nice(struct proc *p, int nice) in sched_nice() argument 2175 p->p_nice = nice; in sched_nice()
|
| H A D | sched_4bsd.c | 807 sched_nice(struct proc *p, int nice) in sched_nice() argument 812 p->p_nice = nice; in sched_nice()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-idp.dts | 429 /* High-Z when no transfers; nice to park the lines */
|
| H A D | sdm845-cheza.dtsi | 869 /* High-Z when no transfers; nice to park the lines */
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-roles.rst | 118 according to their own tastes, so assuming that "blue" looks nice is
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | FAQ | 146 20. Well that's nice, but how do I make a gzip file in memory?
|