Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcpuset.h105 const struct task_struct *tsk2);
242 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
/linux-6.1.9/net/tipc/
Dsocket.c3333 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair() local
3340 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3342 tsk2->peer.family = AF_TIPC; in tipc_socketpair()
3343 tsk2->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3344 tsk2->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3345 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3346 tsk2->peer.addr.id.node = onode; in tipc_socketpair()
3348 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3349 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()
/linux-6.1.9/kernel/cgroup/
Dcpuset.c3920 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
3922 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()