Home
last modified time | relevance | path

Searched defs:fork (Results 1 – 14 of 14) sorted by relevance

/linux/fs/hfsplus/
H A Dinode.c458 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork()
489 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork()
H A Dcatalog.c334 struct hfsplus_fork_raw fork; in hfsplus_delete_cat() local
H A Dsuper.c105 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local
H A Dextents.c397 struct hfsplus_fork_raw *fork, int type) in hfsplus_free_fork()
/linux/tools/testing/selftests/mm/
H A Dpfnmap.c173 TEST_F(pfnmap,fork) TEST_F() argument
H A Dguard-regions.c1145 TEST_F(guard_regions, fork) in TEST_F() argument
/linux/tools/perf/util/
H A Dtool.h51 fork, member
/linux/include/uapi/linux/
H A Dcn_proc.h104 } fork; global() member
H A Duserfaultfd.h126 } fork; member
/linux/tools/perf/scripts/python/
H A Dsched-migration.py210 def wake_up(self, ts_list, pid, cpu, fork): argument
355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
/linux/tools/include/nolibc/
H A Dsys.h338 pid_t fork(void) in fork() function
/linux/include/linux/
H A Dcgroup-defs.h756 void (*fork)(struct task_struct *task); member
/linux/kernel/
H A Dfork.c2681 SYSCALL_DEFINE0(fork) in SYSCALL_DEFINE0() argument
/linux/kernel/sched/
H A Dext.c189 bool fork; member
3795 static int scx_init_task(struct task_struct *p, struct task_group *tg, bool fork) in scx_init_task()