Searched refs:ionice (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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::
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/files/ |
H A D | check-setuid-use-more-portable-find-args.patch | 16 @@ -100,7 +100,7 @@ ionice -t -c3 \
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | build.py | 624 ionice = localdata.getVar("BB_TASK_IONICE_LEVEL") 625 if ionice: 627 cls, prio = ionice.split(".", 1) 630 bb.warn("Invalid ionice level %s" % ionice)
|
H A D | utils.py | 741 def remove(path, recurse=False, ionice=False): argument 751 if ionice: 762 def prunedir(topdir, ionice=False): argument 767 remove(topdir, recurse=True, ionice=ionice)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.4.rst | 66 - The ``ionice`` program is now packaged in a separate 67 "util-linux-ionice" package. The main ``util-linux`` package has a 69 ``util-linux-ionice`` package.
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.40.2.bb | 271 ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | context.py | 67 bb.utils.prunedir(d, ionice=True)
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | understand-autobuilder.rst | 148 which is run under ``ionice -c 3``. For example, the deletion only
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
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
|
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
|