Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Devent_private.h831 #define filter_call(_ops, call) \ argument
832 ((_ops)->f_extended_codes ? (_ops)->call : !!((_ops)->call))
/xnu-12377.1.9/osfmk/kern/
H A Dzalloc.h2385 (zcache_alloc_n)(zone_id, count, flags, __zcache_##zone_id##_ops)
2406 __zcache_##zone_id##_ops)
2425 __zcache_##zone_id##_ops)
2453 extern const zone_cache_ops_t __zcache_##id##_ops
2471 const zone_cache_ops_t __zcache_##zid##_ops = (ops); \