Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dminmax.h48 #define __cmp_once(op, x, y, unique_x, unique_y) ({ \ argument
49 typeof(x) unique_x = (x); \
53 __cmp(op, unique_x, unique_y); })