Lines Matching defs:ao
538 struct rm_atomic_op *ao;
544 ao = &rm->atomic;
546 && ao->op_active && ao->op_notify && ao->op_notifier) {
547 notifier = ao->op_notifier;
556 ao->op_notifier = NULL;
577 struct rm_atomic_op *ao;
586 ao = &rm->atomic;
587 if (ao->op_active && ao->op_notify && ao->op_notifier) {
588 ao->op_notifier->n_status = status;
589 list_add_tail(&ao->op_notifier->n_list, &rs->rs_notify_queue);
590 ao->op_notifier = NULL;