Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcpuset.h87 const struct task_struct *tsk2);
218 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
/Linux-v4.19/net/tipc/
Dsocket.c3021 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair() local
3028 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3030 tsk2->peer.family = AF_TIPC; in tipc_socketpair()
3031 tsk2->peer.addrtype = TIPC_ADDR_ID; in tipc_socketpair()
3032 tsk2->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3033 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3034 tsk2->peer.addr.id.node = onode; in tipc_socketpair()
3036 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3037 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()
/Linux-v4.19/kernel/cgroup/
Dcpuset.c2651 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
2653 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()