Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dminmax.h31 #define __cmp_once(x, y, unique_x, unique_y, op) ({ \ argument
32 typeof(x) unique_x = (x); \
34 __cmp(unique_x, unique_y, op); })