Lines Matching defs:ao
539 struct rm_atomic_op *ao;
545 ao = &rm->atomic;
547 && ao->op_active && ao->op_notify && ao->op_notifier) {
548 notifier = ao->op_notifier;
557 ao->op_notifier = NULL;
578 struct rm_atomic_op *ao;
587 ao = &rm->atomic;
588 if (ao->op_active && ao->op_notify && ao->op_notifier) {
589 ao->op_notifier->n_status = status;
590 list_add_tail(&ao->op_notifier->n_list, &rs->rs_notify_queue);
591 ao->op_notifier = NULL;