Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h98 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20) argument
/f-stack/freebsd/sys/
H A Dsched.h88 void sched_nice(struct proc *p, int nice);
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2387 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 Dvchi_bsd.c511 set_user_nice(VCHIQ_THREAD_T thr, int nice) in set_user_nice() argument
H A Dvchi_bsd.h394 void set_user_nice(VCHIQ_THREAD_T p, int nice);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A DREADME.zfs37 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 Drk3399-gru-chromebook.dtsi281 * still allows us to get nice 4.7K pullups for high speed i2c
/f-stack/freebsd/kern/
H A Dsched_ule.c172 #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 Dsched_4bsd.c807 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 Dsc7180-idp.dts429 /* High-Z when no transfers; nice to park the lines */
H A Dsdm845-cheza.dtsi869 /* High-Z when no transfers; nice to park the lines */
/f-stack/tools/libxo/doc/
H A Dfield-roles.rst118 according to their own tastes, so assuming that "blue" looks nice is
/f-stack/freebsd/contrib/zlib/
H A DFAQ146 20. Well that's nice, but how do I make a gzip file in memory?