Home
last modified time | relevance | path

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

/include/linux/
Dkernel.h865 #define __cmp_once(x, y, unique_x, unique_y, op) ({ \ argument
866 typeof(x) unique_x = (x); \
868 __cmp(unique_x, unique_y, op); })