Searched refs:thread (Results 1 – 16 of 16) sorted by relevance
| /fs/resctrl/ |
| A D | pseudo_lock.c | 692 struct task_struct *thread; in pseudo_lock_measure_cycles() local 719 thread = kthread_run_on_cpu(resctrl_arch_measure_cycles_lat_fn, in pseudo_lock_measure_cycles() 722 thread = kthread_run_on_cpu(resctrl_arch_measure_l2_residency, in pseudo_lock_measure_cycles() 725 thread = kthread_run_on_cpu(resctrl_arch_measure_l3_residency, in pseudo_lock_measure_cycles() 730 if (IS_ERR(thread)) { in pseudo_lock_measure_cycles() 731 ret = PTR_ERR(thread); in pseudo_lock_measure_cycles() 800 struct task_struct *thread; in rdtgroup_pseudo_lock_create() local 823 thread = kthread_run_on_cpu(resctrl_arch_pseudo_lock_fn, plr, in rdtgroup_pseudo_lock_create() 825 if (IS_ERR(thread)) { in rdtgroup_pseudo_lock_create() 826 ret = PTR_ERR(thread); in rdtgroup_pseudo_lock_create()
|
| /fs/hfs/ |
| A D | catalog.c | 70 memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved)); in hfs_cat_build_thread() 71 rec->thread.ParID = cpu_to_be32(parentid); in hfs_cat_build_thread() 72 hfs_asc2mac(sb, &rec->thread.CName, name); in hfs_cat_build_thread() 204 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec() 205 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec() 210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec()
|
| A D | hfs.h | 237 struct hfs_cat_thread thread; member
|
| A D | dir.c | 94 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
|
| /fs/hfsplus/ |
| A D | catalog.c | 183 entry->thread.reserved = 0; in hfsplus_fill_cat_thread() 184 entry->thread.parentID = cpu_to_be32(parentid); in hfsplus_fill_cat_thread() 185 err = hfsplus_asc2uni(sb, &entry->thread.nodeName, HFSPLUS_MAX_STRLEN, in hfsplus_fill_cat_thread() 190 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread() 212 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat() 218 be32_to_cpu(tmp.thread.parentID), in hfsplus_find_cat() 219 &tmp.thread.nodeName); in hfsplus_find_cat()
|
| A D | hfsplus_raw.h | 333 struct hfsplus_cat_thread thread; member
|
| A D | dir.c | 182 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
|
| /fs/jffs2/ |
| A D | README.Locking | 66 2. Never attempt to lock two file mutexes in one thread. 94 pointer when the garbage collection thread exits. The code to kill the 95 GC thread locks it, sends the signal, then unlocks it - while the GC 96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
|
| /fs/bcachefs/ |
| A D | Kconfig | 96 is held by another thread, spin for a short while, as long as the 97 thread owning the lock is running.
|
| A D | rebalance.c | 682 t = rcu_dereference(c->rebalance.thread); in bch2_rebalance_status_to_text() 702 p = rcu_dereference_protected(c->rebalance.thread, 1); in bch2_rebalance_stop() 703 c->rebalance.thread = NULL; in bch2_rebalance_stop() 719 if (c->rebalance.thread) in bch2_rebalance_start() 732 rcu_assign_pointer(c->rebalance.thread, p); in bch2_rebalance_start()
|
| A D | rebalance_types.h | 20 struct task_struct __rcu *thread; member
|
| A D | rebalance.h | 44 struct task_struct *p = rcu_dereference(c->rebalance.thread); in bch2_rebalance_wakeup()
|
| /fs/ |
| A D | binfmt_elf.c | 1672 struct elf_thread_core_info *thread; member 1848 info->thread = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info() 1851 if (unlikely(!info->thread)) in fill_note_info() 1854 info->thread->task = dump_task; in fill_note_info() 1863 t->next = info->thread->next; in fill_note_info() 1864 info->thread->next = t; in fill_note_info() 1870 for (t = info->thread; t != NULL; t = t->next) in fill_note_info() 1900 struct elf_thread_core_info *t = info->thread; in write_note_info() 1932 struct elf_thread_core_info *threads = info->thread; in free_note_info()
|
| /fs/btrfs/ |
| A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
| A D | Kconfig | 109 calculated (at IO time, or in a thread)
|
| /fs/ceph/ |
| A D | super.h | 864 struct task_struct *thread; member 870 .thread = current, \ 896 if (ctx->thread == current) { in ceph_find_rw_context()
|
Completed in 32 milliseconds