Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 3 of 3) sorted by relevance

/fs/squashfs/
A DKconfig79 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|...>
/fs/bcachefs/
A Dsysfs.c478 unsigned threads; in STORE() local
483 !(ret = kstrtouint(threads_str, 10, &threads)) && in STORE()
485 ret = bch2_btree_perf_test(c, test, nr, threads); in STORE()
/fs/
A Dbinfmt_elf.c1932 struct elf_thread_core_info *threads = info->thread; in free_note_info() local
1933 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