Searched defs:min_not_zero (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ | ||
| H A D | bpf_dctcp.c | 18 #define min_not_zero(x, y) ({ \ macro |
| /linux-6.15/include/linux/ | ||
| H A D | minmax.h | 176 #define min_not_zero(x, y) ({ \ macro |