Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h328 int weight; /* WFQ queue weight */ member
481 int weight; /* WFQ queue weight */ member
606 int weight; /* WFQ queue weight */ member
H A Dip_dummynet.c341 p->fs.weight = user_pipe_32.fs.weight; in cp_pipe_from_user_32()
391 p->fs.weight = user_pipe_64.fs.weight; in cp_pipe_from_user_64()
426 fs_bp->weight = set->weight; in cp_flow_set_to_32_user()
456 fs_bp->weight = set->weight; in cp_flow_set_to_64_user()
1072 q->F += (len << MY_M) / (u_int64_t) fs->weight; in ready_event_wfq()
1217 pe->sum -= q->fs->weight; in dummynet()
1838 pipe->sum += fs->weight; /* add weight of new queue */ in dummynet_io()
1843 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
2259 x->weight = pfs->weight; in config_pipe()
2260 if (x->weight == 0) { in config_pipe()
[all …]
/xnu-12377.61.12/tools/trace/
H A Dparse_ipc_trace.py187 self.weight = 0
250 self.weight += 1
322 msgs_with_data = self.dweight / self.weight
324 msgs_with_ports = self.pweight / self.weight
332 … self.msg = "Edge {} (w:{}) didn't match incoming name {}!".format(edge.ename(), edge.weight, nm)
446 weight = edge.dweight
447 penwidth = edge.weight / 512
452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
/xnu-12377.61.12/bsd/net/
H A Dpfvar.h1779 u_int32_t weight; /* weight */ member
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md239 * If delta is less than the edge weight between preferred cluster and cluster, continue