Searched refs:nlayers (Results 1 – 7 of 7) sorted by relevance
534 int nlayers; in topo_probe() local557 nlayers = 0; in topo_probe()560 topo_layers[nlayers].type = TOPO_TYPE_PKG; in topo_probe()561 topo_layers[nlayers].id_shift = pkg_id_shift; in topo_probe()563 printf("Package ID shift: %u\n", topo_layers[nlayers].id_shift); in topo_probe()564 nlayers++; in topo_probe()567 topo_layers[nlayers].type = TOPO_TYPE_GROUP; in topo_probe()568 topo_layers[nlayers].id_shift = node_id_shift; in topo_probe()571 topo_layers[nlayers].id_shift); in topo_probe()572 nlayers++; in topo_probe()[all …]
264 for (layer = l->nlayers; layer && bp; layer--) in link_PushPacket()315 if (layer == l->nlayers - 1) { in link_PullPacket()334 if (l->nlayers == sizeof l->layer / sizeof l->layer[0]) { in link_Stack()339 l->layer[l->nlayers++] = layer; in link_Stack()346 l->nlayers = 0; in link_EmptyStack()405 for (layer = l->nlayers; layer; layer--) in link_ShowLayers()406 prompt_Printf(arg->prompt, "%s%s", layer == l->nlayers ? "" : ", ", in link_ShowLayers()408 if (l->nlayers) in link_ShowLayers()
58 int nlayers; member
451 for (layer = 0; layer < l->nlayers; layer++) in lqr_LayerPush()463 layer = l->nlayers; in lqr_LayerPush()
39 u_int8_t nlayers :2; member
1100 u_char nlayers:2; member1282 llp->nlayers = blp->nlayers; in bsd_to_linux_dvd_struct()
3872 outlayer->nlayers = (inlayer->layer_info & in cdreaddvdstructure()