Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 41) sorted by relevance

12

/include/trace/events/
Dsunrpc.h66 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
68 TP_ARGS(clnt, task, action),
73 __field(const void *, action)
82 __entry->action = action;
94 __entry->action
100 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
102 TP_ARGS(clnt, task, action)
108 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
110 TP_ARGS(clnt, task, action)
116 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
[all …]
Dirq.h39 TP_PROTO(int irq, struct irqaction *action),
41 TP_ARGS(irq, action),
45 __string( name, action->name )
50 __assign_str(name, action->name);
69 TP_PROTO(int irq, struct irqaction *action, int ret),
71 TP_ARGS(irq, action, ret),
Dbtrfs.h425 #define show_ref_action(action) \ argument
426 __print_symbolic(action, \
437 int action),
439 TP_ARGS(ref, full_ref, action),
444 __field( int, action )
455 __entry->action = action;
468 show_ref_action(__entry->action),
479 int action),
481 TP_ARGS(ref, full_ref, action),
486 __field( int, action )
[all …]
/include/misc/
Daltera.h31 u8 *action; member
/include/linux/
Dwlan_plat.h35 bool (*partial_resume)(int action);
Dirqdesc.h47 struct irqaction *action; /* IRQ action list */ member
123 return desc->action != NULL; in irq_has_action()
Dkobject.h206 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
207 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
Dsignal.h425 (((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_DFL) && \
426 ((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_IGN))
430 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
Dpm_qos.h109 enum pm_qos_req_action action, int value);
112 enum pm_qos_req_action action, s32 val);
Dwait.h875 int (*action)(void *), unsigned mode) in wait_on_bit()
879 return out_of_line_wait_on_bit(word, bit, action, mode); in wait_on_bit()
899 int (*action)(void *), unsigned mode) in wait_on_bit_lock()
903 return out_of_line_wait_on_bit_lock(word, bit, action, mode); in wait_on_bit_lock()
Dnotifier.h51 unsigned long action, void *data);
Dinterrupt.h441 void (*action)(struct softirq_action *); member
446 extern void open_softirq(int nr, void (*action)(struct softirq_action *));
Dinit_task.h65 .action = { { { .sa_handler = SIG_DFL, } }, }, \
Dieee80211.h915 u8 action; member
919 u8 action; member
937 } __packed action; member
945 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
2194 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/include/net/
Dpkt_cls.h65 struct tc_action *action; member
73 int action; member
88 return !!exts->action; in tcf_exts_is_predicative()
123 if (exts->action) in tcf_exts_exec()
124 return tcf_action_exec(skb, exts->action, res); in tcf_exts_exec()
Dfib_rules.h26 u8 action; member
52 int (*action)(struct fib_rule *, member
/include/xen/
Dgntalloc.h72 uint32_t action; member
Dgntdev.h140 uint32_t action; member
/include/uapi/linux/
Dfib_rules.h27 __u8 action; member
Daudit.h385 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member
401 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member
Dblktrace_api.h104 __u32 action; /* what happened */ member
Dpkt_cls.h121 int action; member
152 int action; \
/include/uapi/scsi/
Dscsi_bsg_fc.h172 uint8_t action; /* fragment_id for CT REJECT */ member
/include/linux/sunrpc/
Dsched.h228 rpc_action action);
231 rpc_action action,
/include/acpi/
Dacpixf.h382 u32 gpe_number, u8 action))
396 u8 action))

12