Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Devent_private.h831 #define filter_call(_ops, call) \ argument
832 ((_ops)->f_extended_codes ? (_ops)->call : !!((_ops)->call))
/xnu-11215/osfmk/kern/
H A Dzalloc.h2361 (zcache_alloc_n)(zone_id, count, flags, __zcache_##zone_id##_ops)
2382 __zcache_##zone_id##_ops)
2401 __zcache_##zone_id##_ops)
2429 extern const zone_cache_ops_t __zcache_##id##_ops
2447 const zone_cache_ops_t __zcache_##zid##_ops = (ops); \