Searched refs:active_root (Results 1 – 2 of 2) sorted by relevance
197 grpc_pollset* active_root; member562 if (pollset == pollset->neighborhood->active_root) { in pollset_destroy()563 pollset->neighborhood->active_root = in pollset_destroy()782 if (neighborhood->active_root == nullptr) { in begin_worker()783 neighborhood->active_root = pollset->next = pollset->prev = pollset; in begin_worker()790 pollset->next = neighborhood->active_root; in begin_worker()857 grpc_pollset* inspect = neighborhood->active_root; in check_neighborhood_for_available_poller()903 if (inspect == neighborhood->active_root) { in check_neighborhood_for_available_poller()904 neighborhood->active_root = in check_neighborhood_for_available_poller()
385 active_root = int(re.findall('\d+\Z', self._rootdev('-s'))[0])386 if active_root == _KERNEL_A['root']:388 elif active_root == _KERNEL_B['root']:392 'Encountered unknown root partition: %s' % active_root)