/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_micron.c | 60 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 D | nand_micron.c | 60 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 D | transition.c | 743 /* 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 D | core.c | 724 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 D | res_func.S | 178 | 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 D | res_func.S | 178 | 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 D | livepatch.h | 155 * @forced: was involved in a forced transition 171 bool forced; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | livepatch.h | 154 * @forced: was involved in a forced transition 170 bool forced; member
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commsup.c | 1475 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 D | commsup.c | 1476 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 D | syscalls.S | 231 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 D | syscalls.S | 231 5: call %l7 ! CTI Group brk forced 255 2: call %l7 ! CTI Group brk forced
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | qcom_scm.c | 134 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 D | main.c | 666 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 D | core.c | 1164 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 D | qed_eth_if.h | 175 void (*force_mac) (void *dev, u8 *mac, bool forced);
|
/kernel/linux/linux-5.10/kernel/livepatch/ |
H A D | transition.c | 659 patch->forced = true; in klp_force_transition()
|
H A D | core.c | 689 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 D | qed_eth_if.h | 164 void (*force_mac) (void *dev, u8 *mac, bool forced);
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | qcom_scm.c | 165 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 D | module.c | 948 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 D | cmd.c | 849 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 D | cmd.c | 914 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 D | qede.h | 546 void qede_force_mac(void *dev, u8 *mac, bool forced);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede.h | 542 void qede_force_mac(void *dev, u8 *mac, bool forced);
|