Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 21 of 21) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmunlock.c62 int *actions);
67 int *actions);
106 int actions = 0; in dlmunlock_common() local
157 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
159 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
190 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common()
208 actions = 0; in dlmunlock_common()
224 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common()
228 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common()
232 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common()
[all …]
/linux-4.19.296/include/net/
Dact_api.h168 int tcf_action_destroy(struct tc_action *actions[], int bind);
169 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions,
173 struct tc_action *actions[], size_t *attr_size,
180 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,
Dpkt_cls.h258 struct tc_action **actions; member
274 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init()
276 if (!exts->actions) in tcf_exts_init()
308 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++)
324 struct tc_action *a = exts->actions[i]; in tcf_exts_stats_update()
366 return exts->actions[0]; in tcf_exts_first_action()
388 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
/linux-4.19.296/lib/
Dasn1_decoder.c177 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()
Dnotifier-error-inject.c34 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()
Dnotifier-error-inject.h17 struct notifier_err_inject_action actions[]; member
Dmemory-notifier-error-inject.c12 .actions = {
Dpm-notifier-error-inject.c12 .actions = {
Dof-reconfig-notifier-error-inject.c12 .actions = {
Dnetdev-notifier-error-inject.c12 .actions = {
DKconfig.debug580 used to store these actions. If kmemleak reports "early log
682 notified, write the error code to "actions/<notifier event>/error".
687 # echo -12 > actions/MEM_GOING_OFFLINE/error
1460 notified, write the error code to "actions/<notifier event>/error".
1465 # echo -12 > actions/PM_SUSPEND_PREPARE/error
1484 notified, write the error code to "actions/<notifier event>/error".
1500 notified, write the error code to "actions/<notifier event>/error".
1505 # echo -22 > actions/NETDEV_CHANGEMTU/error
/linux-4.19.296/fs/btrfs/
Dref-verify.c72 struct list_head actions; member
262 while (!list_empty(&be->actions)) { in free_block_entry()
263 ra = list_first_entry(&be->actions, struct ref_action, in free_block_entry()
312 INIT_LIST_HEAD(&be->actions); in add_block_entry()
669 list_for_each_entry(ra, &be->actions, list) in dump_block_entry()
771 while (!list_empty(&be->actions)) { in btrfs_ref_tree_mod()
774 tmp = list_first_entry(&be->actions, struct ref_action, in btrfs_ref_tree_mod()
889 list_add_tail(&ra->list, &be->actions); in btrfs_ref_tree_mod()
/linux-4.19.296/include/linux/
Dasn1_ber_bytecode.h28 const asn1_action_t *actions; member
Dti_wilink_st.h311 u8 actions[0]; member
/linux-4.19.296/drivers/pci/controller/
Dpci-aardvark.c263 u32 actions; member
420 phys_addr_t mask, u32 actions) in advk_pcie_set_ob_win() argument
429 advk_writel(pcie, actions, OB_WIN_ACTIONS(win_num)); in advk_pcie_set_ob_win()
551 pcie->wins[i].mask, pcie->wins[i].actions); in advk_pcie_setup_hw()
1241 pcie->wins[pcie->wins_count].actions = OB_WIN_TYPE_IO; in advk_pcie_probe()
1244 pcie->wins[pcie->wins_count].actions = OB_WIN_TYPE_MEM; in advk_pcie_probe()
/linux-4.19.296/drivers/clk/
DMakefile64 obj-y += actions/
DKconfig286 source "drivers/clk/actions/Kconfig"
/linux-4.19.296/drivers/char/
DKconfig194 perform actions based on how many times the button is pressed in a
/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_history.txt245 * 12-05-00 01.01.04 Modified config page actions.
/linux-4.19.296/
DMAINTAINERS1180 F: arch/arm/mach-actions/
1182 F: arch/arm64/boot/dts/actions/
1184 F: drivers/pinctrl/actions/*
1185 F: drivers/soc/actions/
1187 F: include/linux/soc/actions/
1188 F: Documentation/devicetree/bindings/arm/actions.txt
1189 F: Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1190 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1191 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
/linux-4.19.296/include/linux/mlx5/
Dmlx5_ifc.h4971 union mlx5_ifc_set_action_in_add_action_in_auto_bits actions[0]; member