Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dcpuset.h90 extern int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,
226 static inline int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcpuset.h99 extern int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,
233 static inline int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c3329 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() local
3332 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3333 tsk1->peer.addrtype = TIPC_ADDR_ID; in tipc_socketpair()
3334 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3335 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3336 tsk1->peer.addr.id.node = onode; in tipc_socketpair()
3340 tsk2->peer.addr.id.ref = tsk1->portid; 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.c3339 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() local
3342 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3343 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3344 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3345 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3346 tsk1->peer.addr.id.node = onode; in tipc_socketpair()
3350 tsk2->peer.addr.id.ref = tsk1->portid; 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?
3655 * @tsk1: pointer to task_struct of some task.
3658 * Description: Return true if @tsk1's mems_allowed intersects the
3664 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
3667 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcpuset.c4204 * cpuset_mems_allowed_intersects - Does @tsk1's mems_allowed intersect @tsk2's?
4205 * @tsk1: pointer to task_struct of some task.
4208 * Description: Return true if @tsk1's mems_allowed intersects the
4214 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
4217 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()

Completed in 20 milliseconds