Searched refs:tsk_set_importance (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.h | 78 int tsk_set_importance(struct sock *sk, int imp);
|
H A D | topsrv.c | 525 rc = tsk_set_importance(sk, TIPC_CRITICAL_IMPORTANCE); in tipc_topsrv_create_listener()
|
H A D | socket.c | 204 int tsk_set_importance(struct sock *sk, int imp) in tsk_set_importance() function 2756 tsk_set_importance(new_sk, msg_importance(msg)); in tipc_accept() 3173 res = tsk_set_importance(sk, value); in tipc_setsockopt()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.h | 78 int tsk_set_importance(struct sock *sk, int imp);
|
H A D | topsrv.c | 530 rc = tsk_set_importance(sk, TIPC_CRITICAL_IMPORTANCE); in tipc_topsrv_create_listener()
|
H A D | socket.c | 215 int tsk_set_importance(struct sock *sk, int imp) in tsk_set_importance() function 2765 tsk_set_importance(new_sk, msg_importance(msg)); in tipc_accept() 3183 res = tsk_set_importance(sk, value); in tipc_setsockopt()
|
Completed in 12 milliseconds