Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/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()
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c4215 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
4218 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()