Home
last modified time | relevance | path

Searched refs:tsk2 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dcpuset.h91 const struct task_struct *tsk2);
227 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects()
226 cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) cpuset_mems_allowed_intersects() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcpuset.h100 const struct task_struct *tsk2);
234 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects()
233 cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) cpuset_mems_allowed_intersects() argument
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c3328 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair() local
3335 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3337 tsk2->peer.family = AF_TIPC; in tipc_socketpair()
3338 tsk2->peer.addrtype = TIPC_ADDR_ID; in tipc_socketpair()
3339 tsk2->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3340 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3341 tsk2->peer.addr.id.node = onode; in tipc_socketpair()
3343 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3344 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c3338 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair() local
3345 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3347 tsk2->peer.family = AF_TIPC; in tipc_socketpair()
3348 tsk2->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3349 tsk2->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3350 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3351 tsk2->peer.addr.id.node = onode; in tipc_socketpair()
3353 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3354 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcpuset.c3654 * cpuset_mems_allowed_intersects - Does @tsk1's mems_allowed intersect @tsk2's?
3656 * @tsk2: pointer to task_struct of some other task.
3659 * mems_allowed of @tsk2. Used by the OOM killer to determine if
3665 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects()
3667 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()
3664 cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) cpuset_mems_allowed_intersects() argument
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcpuset.c4204 * cpuset_mems_allowed_intersects - Does @tsk1's mems_allowed intersect @tsk2's?
4206 * @tsk2: pointer to task_struct of some other task.
4209 * mems_allowed of @tsk2. Used by the OOM killer to determine if
4215 const struct task_struct *tsk2) in cpuset_mems_allowed_intersects()
4217 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()
4214 cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) cpuset_mems_allowed_intersects() argument

Completed in 19 milliseconds