Searched refs:conp_inherited (Results 1 – 3 of 3) sorted by relevance
467 list_destroy(&ctp->conp_inherited); in contract_process_free()571 list_insert_head(&ctp->conp_inherited, child); in contract_process_take()588 list_remove(&parent->conp_inherited, ct); in contract_process_adopt()646 while (cct = list_head(&ctp->conp_inherited)) { in contract_process_destroy()651 list_remove(&ctp->conp_inherited, cct); in contract_process_destroy()704 for (loc = 0, cnext = list_head(&ctp->conp_inherited); cnext; in contract_process_status()705 cnext = list_next(&ctp->conp_inherited, cnext)) in contract_process_status()829 list_create(&ctp->conp_inherited, sizeof (contract_t), in contract_process_create()890 while (ct = list_head(&sct->conp_inherited)) { in contract_process_create()892 list_remove(&sct->conp_inherited, ct); in contract_process_create()[all …]
58 list_t conp_inherited; /* unclaimed child contracts */ member
5760 for (next = list_head(&ctp->conp_inherited); next; in zone_enter()5761 next = list_next(&ctp->conp_inherited, next)) { in zone_enter()