Searched refs:threads (Results 1 – 3 of 3) sorted by relevance
79 decompression mode by setting "threads=" during mount.130 bool "Add the mount parameter 'threads=' for squashfs"135 Use threads= to set the decompression parallel mode and the number of threads.137 threads=<single|multi|percpu|1|2|3|...>139 threads=<2|3|...>
478 unsigned threads; in STORE() local483 !(ret = kstrtouint(threads_str, 10, &threads)) && in STORE()485 ret = bch2_btree_perf_test(c, test, nr, threads); in STORE()
1932 struct elf_thread_core_info *threads = info->thread; in free_note_info() local1933 while (threads) { in free_note_info()1935 struct elf_thread_core_info *t = threads; in free_note_info()1936 threads = t->next; in free_note_info()
Completed in 10 milliseconds