Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.h143 mach_vm_address_t bt[__counted_by(BTLOG_MAX_DEPTH)]);
277 struct zone_btrecord *__counted_by(*numrecs) *records,
294 vm_address_t bt[__counted_by(BTLOG_MAX_DEPTH)],
311 vm_address_t *__counted_by(*count) instances,
H A Dbtlog.c996 struct bt_log_entry btll_entries[__counted_by(btll_count)];
1018 struct bt_hash_entry btlh_entries[__counted_by(btlh_count)];
/xnu-8020.121.3/EXTERNAL_HEADERS/
H A Dptrcheck.h70 #define __counted_by(N) __attribute__((__counted_by__(N))) macro
139 #define __counted_by(N) macro
/xnu-8020.121.3/osfmk/i386/
H A Dcpu_data.h475 rbtrace_bt(uint64_t *__counted_by(maxframes)rets, int maxframes, in rbtrace_bt()
/xnu-8020.121.3/bsd/sys/
H A Dcdefs.h982 #define __counted_by(N) macro