Home
last modified time | relevance | path

Searched defs:entry_cmp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dreplicas.c253 #define entry_cmp(_l, _r) memcmp(_l, _r, entry_size) in __replicas_entry_idx() macro
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c4807 static int entry_cmp(const void *e1, const void *e2) in entry_cmp() function