Lines Matching refs:active
281 record->active = 0; in ck_epoch_register()
303 record->active = 0; in ck_epoch_unregister()
337 unsigned int state, active; in ck_epoch_scan() local
347 active = ck_pr_load_uint(&cr->active); in ck_epoch_scan()
348 *af |= active; in ck_epoch_scan()
350 if (active != 0 && ck_pr_load_uint(&cr->epoch) != epoch) in ck_epoch_scan()
430 bool active; in ck_epoch_synchronize_wait() local
453 while (cr = ck_epoch_scan(global, cr, delta, &active), in ck_epoch_synchronize_wait()
491 if (active == false) in ck_epoch_synchronize_wait()
568 bool active; in ck_epoch_poll_deferred() local
591 cr = ck_epoch_scan(global, cr, epoch, &active); in ck_epoch_poll_deferred()
596 if (active == false) { in ck_epoch_poll_deferred()