Searched refs:task_struct_set (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h52 task_struct_set(td, task);
59 task_struct_set(td, NULL);
H A Dsched.h80 #define task_struct_set(x, y) (x)->td_retval[1] = (uintptr_t)(y) macro
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c392 task_struct_set(td, t);
398 task_struct_set(td, NULL);

Completed in 114 milliseconds