Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dminmax.h30 #define __cmp_once(x, y, unique_x, unique_y, op) ({ \ argument
31 typeof(x) unique_x = (x); \
33 __cmp(unique_x, unique_y, op); })