Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/classq/
H A Dclassq_fq_codel.c466 DTRACE_IP3(fc__ret, fq_if_t *, fqs, int, droptype, int, ret); in fq_addq()
575 DTRACE_IP3(fq_drop, fq_if_t *, fqs, int, droptype, int, ret); in fq_addq()
/xnu-8792.81.2/osfmk/mach/machine/
H A Dsdt.h208 #define DTRACE_IP3(name, type1, arg1, type2, arg2, type3, arg3) \ macro