Home
last modified time | relevance | path

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

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