Home
last modified time | relevance | path

Searched refs:forced (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_micron.c60 bool forced; member
172 if (micron->ecc.forced) in micron_nand_on_die_ecc_setup()
519 micron->ecc.forced = true; in micron_nand_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_micron.c60 bool forced; member
172 if (micron->ecc.forced) in micron_nand_on_die_ecc_setup()
519 micron->ecc.forced = true; in micron_nand_init()
/kernel/linux/linux-6.6/kernel/livepatch/
H A Dtransition.c743 /* Set forced flag for patches being removed. */ in klp_force_transition()
745 klp_transition_patch->forced = true; in klp_force_transition()
749 patch->forced = true; in klp_force_transition()
H A Dcore.c724 if (!patch->forced) in klp_free_patch_finish()
927 patch->forced = false; in klp_init_patch_early()
1142 * The only exception is when the transition was forced. In this case,
1167 * It is safe even when the transition was forced. The ftrace handler
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S178 | If bit 2 is set, round is forced to double. If it is clear,
179 | and bit 6 is set, round is forced to single. If both are clear,
192 | The move or operation is not with forced precision. Test for
474 | If bit 2 is set, round is forced to double. If it is clear,
475 | and bit 6 is set, round is forced to single. If both are clear,
486 | The move or operation is not with forced precision. Use the
766 btstl #6,%d0 |test for forced precision
770 movel #0x1,%d0 |inst is forced single
773 movel #0x2,%d0 |inst is forced double
776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S178 | If bit 2 is set, round is forced to double. If it is clear,
179 | and bit 6 is set, round is forced to single. If both are clear,
192 | The move or operation is not with forced precision. Test for
474 | If bit 2 is set, round is forced to double. If it is clear,
475 | and bit 6 is set, round is forced to single. If both are clear,
486 | The move or operation is not with forced precision. Use the
766 btstl #6,%d0 |test for forced precision
770 movel #0x1,%d0 |inst is forced single
773 movel #0x2,%d0 |inst is forced double
776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlivepatch.h155 * @forced: was involved in a forced transition
171 bool forced; member
/kernel/linux/linux-6.6/include/linux/
H A Dlivepatch.h154 * @forced: was involved in a forced transition
170 bool forced; member
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcommsup.c1475 static int _aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in _aac_reset_adapter() argument
1507 bled = forced ? 0 : aac_adapter_check_health(aac); in _aac_reset_adapter()
1627 int aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in aac_reset_adapter() argument
1652 if (forced < 2) in aac_reset_adapter()
1655 bled = forced ? forced : in aac_reset_adapter()
1663 if ((forced < 2) && (retval == -ENODEV)) { in aac_reset_adapter()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcommsup.c1476 static int _aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in _aac_reset_adapter() argument
1508 bled = forced ? 0 : aac_adapter_check_health(aac); in _aac_reset_adapter()
1628 int aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in aac_reset_adapter() argument
1653 if (forced < 2) in aac_reset_adapter()
1656 bled = forced ? forced : in aac_reset_adapter()
1664 if ((forced < 2) && (retval == -ENODEV)) { in aac_reset_adapter()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsyscalls.S231 5: call %l7 ! CTI Group brk forced
255 2: call %l7 ! CTI Group brk forced
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsyscalls.S231 5: call %l7 ! CTI Group brk forced
255 2: call %l7 ! CTI Group brk forced
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm.c134 bool forced = false; in __get_convention() local
162 forced = true; in __get_convention()
179 forced ? " (forced)" : ""); in __get_convention()
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c666 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument
670 *forced = try_force_unload(flags); in try_stop_module()
671 if (!(*forced)) in try_stop_module()
704 int ret, forced = 0; in SYSCALL_DEFINE2() local
740 forced = try_force_unload(flags); in SYSCALL_DEFINE2()
741 if (!forced) { in SYSCALL_DEFINE2()
748 ret = try_stop_module(mod, flags, &forced); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/drivers/opp/
H A Dcore.c1164 struct dev_pm_opp *opp, void *clk_data, bool forced) in _set_opp()
1179 if (!forced && old_opp == opp && opp_table->enabled) { in _set_opp()
1277 bool forced = false; in dev_pm_opp_set_rate() local
1325 forced = opp_table->rate_clk_single != freq; in dev_pm_opp_set_rate()
1328 ret = _set_opp(dev, opp_table, opp, &freq, forced); in dev_pm_opp_set_rate()
1163 _set_opp(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, void *clk_data, bool forced) _set_opp() argument
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_eth_if.h175 void (*force_mac) (void *dev, u8 *mac, bool forced);
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dtransition.c659 patch->forced = true; in klp_force_transition()
H A Dcore.c689 if (!patch->forced) in klp_free_patch_finish()
882 patch->forced = false; in klp_init_patch_early()
1097 * The only exception is when the transition was forced. In this case,
1122 * It is safe even when the transition was forced. The ftrace handler
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_eth_if.h164 void (*force_mac) (void *dev, u8 *mac, bool forced);
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm.c165 bool forced = false; in __get_convention() local
193 forced = true; in __get_convention()
210 forced ? " (forced)" : ""); in __get_convention()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c948 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument
952 *forced = try_force_unload(flags); in try_stop_module()
953 if (!(*forced)) in try_stop_module()
986 int ret, forced = 0; in SYSCALL_DEFINE2() local
1022 forced = try_force_unload(flags); in SYSCALL_DEFINE2()
1023 if (!forced) { in SYSCALL_DEFINE2()
1031 ret = try_stop_module(mod, flags, &forced); in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c849 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced);
1554 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced) in mlx5_cmd_comp_handler() argument
1577 if (!forced) { in mlx5_cmd_comp_handler()
1588 if (!forced || /* Real FW completion */ in mlx5_cmd_comp_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c914 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced);
1642 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced) in mlx5_cmd_comp_handler() argument
1665 if (!forced) { in mlx5_cmd_comp_handler()
1676 if (!forced || /* Real FW completion */ in mlx5_cmd_comp_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede.h546 void qede_force_mac(void *dev, u8 *mac, bool forced);
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede.h542 void qede_force_mac(void *dev, u8 *mac, bool forced);

Completed in 45 milliseconds

123