Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnodemask.h128 #define node_set(node, dst) __node_set((node), &(dst))
129 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() function
428 __node_set(node, &node_states[state]); in node_set_state()