Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dreplicas.c253 #define entry_cmp(_l, _r) memcmp(_l, _r, entry_size) in __replicas_entry_idx() macro
255 entry_cmp, search); in __replicas_entry_idx()
256 #undef entry_cmp in __replicas_entry_idx()
/linux/tools/perf/
H A Dbuiltin-trace.c4786 static int entry_cmp(const void *e1, const void *e2) in entry_cmp() function
4817 qsort(entry, nr, sizeof(*entry), entry_cmp); in syscall__sort_stats()