Searched refs:actions (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | cpu-notifier-error-inject.c | 17 .actions = { 39 return notf_err_handle(&cpu_notifier_err_inject.actions[0]); in notf_err_inj_up_prepare() 41 return notf_err_handle(&cpu_notifier_err_inject.actions[1]); in notf_err_inj_up_prepare() 47 return notf_err_handle(&cpu_notifier_err_inject.actions[2]); in notf_err_inj_dead() 49 return notf_err_handle(&cpu_notifier_err_inject.actions[3]); in notf_err_inj_dead()
|
D | notifier-error-inject.c | 34 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_callback() 68 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_init()
|
D | asn1_decoder.c | 177 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local 350 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 441 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
D | notifier-error-inject.h | 16 struct notifier_err_inject_action actions[]; member
|
D | memory-notifier-error-inject.c | 12 .actions = {
|
D | pm-notifier-error-inject.c | 12 .actions = {
|
D | of-reconfig-notifier-error-inject.c | 12 .actions = {
|
D | netdev-notifier-error-inject.c | 12 .actions = {
|
D | Kconfig.debug | 543 used to store these actions. If kmemleak reports "early log 642 notified, write the error code to "actions/<notifier event>/error". 647 # echo -12 > actions/MEM_GOING_OFFLINE/error 1539 notified, write the error code to "actions/<notifier event>/error". 1544 # echo -1 > actions/CPU_DOWN_PREPARE/error 1563 notified, write the error code to "actions/<notifier event>/error". 1568 # echo -12 > actions/PM_SUSPEND_PREPARE/error 1587 notified, write the error code to "actions/<notifier event>/error". 1603 notified, write the error code to "actions/<notifier event>/error". 1608 # echo -22 > actions/NETDEV_CHANGEMTU/error
|