Searched refs:tsk1 (Results 1 – 3 of 3) sorted by relevance
102 extern int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,242 static inline int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, in cpuset_mems_allowed_intersects() argument
3337 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() 3340 tsk1->peer.family = AF_TIPC; in tipc_socketpair() 3341 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair() 3342 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair() 3343 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair() 3344 tsk1->peer.addr.id.node = onode; in tipc_socketpair() 3348 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair() 3351 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);3352 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);3333 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); tipc_socketpair() local
4353 * cpuset_mems_allowed_intersects - Does @tsk1's mems_allowed intersect @tsk2's?4354 * @tsk1: pointer to task_struct of some task.4357 * Description: Return true if @tsk1's mems_allowed intersects the in cpuset_mems_allowed_intersects() argument 4363 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1,4366 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed);