Lines Matching defs:action
916 unsigned long action, void *data)
931 if ((action == OF_RECONFIG_ATTACH_NODE) ||
932 (action == OF_RECONFIG_DETACH_NODE))
954 int vas_migration_handler(int action)
961 pr_info("VAS migration event %d\n", action);
969 if (action == VAS_SUSPEND)
993 action, old_nr_creds, new_nr_creds);
1000 action, rc);
1008 if (action == VAS_RESUME)
1012 switch (action) {
1038 pr_err("Invalid migration action %d\n", action);
1046 if (rc && (action == VAS_RESUME))
1050 pr_info("VAS migration event (%d) successful\n", action);