Searched refs:__counted_by (Results 1 – 4 of 4) sorted by relevance
22 s/\* *(__counted_by|__sized_by|__ended_by)\([^()]*\)/*/g23 s/ (__counted_by|__sized_by|__ended_by)\([^()]*\)( |$)/\2/g24 s/(__counted_by|__sized_by|__ended_by)\([^()]*\)//g
80 void **__counted_by(btcount) bt,
984 #define __counted_by(n) __attribute__((__counted_by__(n))) macro996 #define __counted_by(n) macro
475 rbtrace_bt(uint64_t *__counted_by(maxframes)rets, int maxframes, in rbtrace_bt()