Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsched.h1506 extern int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask);
1511 static inline int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask) in set_cpus_allowed_ptr() function
/linux-4.19.296/include/target/iscsi/
Discsi_target_core.h932 set_cpus_allowed_ptr(p, conn->conn_cpumask); in iscsit_thread_check_cpumask()
/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_main.c262 set_cpus_allowed_ptr(current, cpumask_of(XPC_HB_CHECK_CPU)); in xpc_hb_checker()