Lines Matching defs:bw_meter
331 struct bw_meter { struct
332 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument
333 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument
334 struct mfc *bm_mfc; /* the corresponding mfc */
335 uint32_t bm_flags; /* misc flags (see below) */
347 struct bw_data bm_threshold; /* the upcall threshold */
348 struct bw_data bm_measured; /* the measured bw */
349 struct timeval bm_start_time; /* abs. time */
351 struct callout bm_meter_callout; /* Periodic callout */
352 void* arg; /* custom argument */
353 struct mtx bm_spin; /* meter spin lock */
354 char bm_spin_name[32];