Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcpuset.h88 extern int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,
222 static inline int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
/Linux-v5.4/net/tipc/
Dsocket.c3134 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() local
3137 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3138 tsk1->peer.addrtype = TIPC_ADDR_ID; in tipc_socketpair()
3139 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3140 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3141 tsk1->peer.addr.id.node = onode; in tipc_socketpair()
3145 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3148 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3149 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()
/Linux-v5.4/kernel/cgroup/
Dcpuset.c3514 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
3517 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()