/src/sys/sys/ |
ktrace.h | 171 * KTR_CSW - trace context switches 173 #define KTR_CSW 6 174 struct ktr_csw { struct 246 #define KTRFAC_CSW (1<<KTR_CSW) 314 void ktr_csw(int, int, const struct syncobj *); 359 ktr_csw(a, b, c);
|
ktrace.h | 171 * KTR_CSW - trace context switches 173 #define KTR_CSW 6 174 struct ktr_csw { struct 246 #define KTRFAC_CSW (1<<KTR_CSW) 314 void ktr_csw(int, int, const struct syncobj *); 359 ktr_csw(a, b, c);
|
/src/sys/kern/ |
kern_ktrace.c | 813 ktr_csw(int out, int user, const struct syncobj *syncobj) function in typeref:typename:void 818 struct ktr_csw *kc; 820 if (!KTRPOINT(p, KTR_CSW)) 866 if (ktealloc(&kte, (void *)&kc, l, KTR_CSW, sizeof(*kc))) 893 if (ktealloc(&kte, (void *)&kc, l, KTR_CSW, sizeof(*kc)))
|
kern_ktrace.c | 813 ktr_csw(int out, int user, const struct syncobj *syncobj) function in typeref:typename:void 818 struct ktr_csw *kc; 820 if (!KTRPOINT(p, KTR_CSW)) 866 if (ktealloc(&kte, (void *)&kc, l, KTR_CSW, sizeof(*kc))) 893 if (ktealloc(&kte, (void *)&kc, l, KTR_CSW, sizeof(*kc)))
|