Searched refs:ionice (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | ioprio.rst | 44 See below for a sample ionice tool. Usage:: 46 # ionice -c<class> -n<level> -p<pid> 49 are inherited on fork, so you can use ionice to start the process at a given 52 # ionice -c2 -n0 /bin/ls 57 # ionice -c1 -n2 -p100 61 ionice.c tool::
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 603 ionice = localdata.getVar("BB_TASK_IONICE_LEVEL") 604 if ionice: 606 cls, prio = ionice.split(".", 1) 609 bb.warn("Invalid ionice level %s" % ionice)
|
| H A D | utils.py | 698 def remove(path, recurse=False, ionice=False): argument 708 if ionice: 719 def prunedir(topdir, ionice=False): argument 724 remove(topdir, recurse=True, ionice=ionice)
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.4.rst | 64 - The ``ionice`` program is now packaged in a separate 65 "util-linux-ionice" package. The main ``util-linux`` package has a 67 ``util-linux-ionice`` package.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/ |
| H A D | util-linux_2.37.4.bb | 235 ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 54 bb.utils.prunedir(d, ionice=True)
|
| /OK3568_Linux_fs/buildroot/package/util-linux/ |
| H A D | Config.in | 335 Scheduling utilities (chrt, ionice, taskset, uclampset)
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 148 which is run under ``ionice -c 3``. For example, the deletion only
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 1084 lrwxrwxrwx root root 26 ./usr/bin/ionice -> /usr/bin/ionice.util-linux 1085 -rwxr-xr-x root root 30768 ./usr/bin/ionice.util-linux 5649 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/ionice
|
| H A D | buildhistory_filelist2.txt | 1085 lrwxrwxrwx root root 26 ./usr/bin/ionice -> /usr/bin/ionice.util-linux 1086 -rwxr-xr-x root root 30768 ./usr/bin/ionice.util-linux 5650 -rw-r--r-- root root 46 ./usr/lib/opkg/alternatives/ionice
|