Home
last modified time | relevance | path

Searched full:going (Results 1 – 25 of 2045) sorted by relevance

12345678910>>...82

/linux/include/uapi/linux/
H A Df2fs.h49 * Flags for going down operation used by FS_IOC_GOINGDOWN
52 #define F2FS_GOING_DOWN_FULLSYNC 0x0 /* going down with full sync */
53 #define F2FS_GOING_DOWN_METASYNC 0x1 /* going down with metadata */
54 #define F2FS_GOING_DOWN_NOSYNC 0x2 /* going down */
55 #define F2FS_GOING_DOWN_METAFLUSH 0x3 /* going down with meta flush */
56 #define F2FS_GOING_DOWN_NEED_FSCK 0x4 /* going down to trigger fsck */
H A Dbatman_adv.h85 * originator is going to announce via TT.
356 * @BATADV_ATTR_AP_ISOLATION_ENABLED: whether the data traffic going
375 * @BATADV_ATTR_BONDING_ENABLED: whether the data traffic going through
396 * @BATADV_ATTR_FRAGMENTATION_ENABLED: whether the data traffic going
445 * are going to use classic flooding for any multicast packet with no
/linux/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.awk16 going = 0
20 going = 1
24 going = 0
28 if (going) {
/linux/arch/arm/boot/dts/xen/
H A Dxenvm-4.2.dts20 /* this field is going to be adjusted by the hypervisor */
50 /* this field is going to be adjusted by the hypervisor */
73 /* this field is going to be adjusted by the hypervisor */
75 /* this field is going to be adjusted by the hypervisor */
/linux/include/linux/mfd/
H A Ddb8500-prcmu.h94 * @FS_2_DS: Value set when power state is going from ApExecute to
98 * @DS_TO_FS: Value set when power state is going from ApDeepSleep to
102 * @SWR: Value set when power state is going to ApReset
186 * @SOFTRESETGO : The A9 watchdog/SoftReset state is on going
187 * @BOOT_TO_EXECUTE: The apBoot to apExecute state transition is on going
189 * going
191 * going
194 * @EXECUTE_TO_SLEEP: The apExecute to apSleep state transition is on going
195 * @SLEEP_TO_EXECUTE: The apSleep to apExecute state transition is on going
198 * @EXECUTE_TO_IDLE: The apExecute to apIdle state transition is on going
[all …]
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c303 * @dmc: device for which the new settings is going to be applied
309 * The bank register set 1 is used when the main PLL frequency is going to be
380 * @dmc: device for which the new settings is going to be applied
407 * @dmc: device for which the new settings is going to be applied
449 * @dmc: device for which it is going to be set
475 * @dmc: device for which it is going to be set
501 * @dmc: device for which it is going to be set
521 * @dmc: DMC device for which the switching is going to happen
522 * @target_rate: new frequency which is going to be set as a final
523 * @target_volt: new voltage which is going t
[all...]
/linux/drivers/peci/
H A Dcpu.c14 * @device: PECI device to which request is going to be sent
39 * @device: PECI device to which request is going to be sent
71 * @device: PECI device to which request is going to be sent
106 * @device: PECI device to which request is going to be sent
142 * @device: PECI device to which request is going to be sent
/linux/arch/arm/mach-zynq/
H A Dslcr.c152 * 0 means cpu is running, 1 cpu is going to die.
154 * Return: true if cpu is running, false if cpu is going to die
169 * @die: cpu state - true if cpu is going to die
172 * 0 means cpu is running, 1 cpu is going to die.
/linux/tools/testing/selftests/livepatch/
H A Dtest-callbacks.sh146 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
148 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
195 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
197 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
265 livepatch: '$MOD_LIVEPATCH': canceling patching transition, going to unpatch
364 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
366 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
440 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dalive.h118 * @IWL_INIT_DEBUG_CFG: driver is going to send debug config command
119 * @IWL_INIT_NVM: driver is going to send NVM_ACCESS commands
120 * @IWL_INIT_PHY: driver is going to send PHY_DB commands
/linux/Documentation/process/
H A D6.Followthrough.rst71 explain what is really going on. If you have a technical objection to a
91 going to remember all the details of the code you posted the last time
99 What if you've tried to do everything right and things still aren't going
102 honestly believe that this decision is going against you wrongly, you can
124 being -mm. Patches which affect multiple subsystems can also end up going
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_values.h106 * we have a Going To Sleep register at offsets 8x+4.
108 * As noted above, we have many instances of the Simple Doorbell and Going To
112 * non-contiguous offset for the Going To Sleep writes in order to avoid
/linux/include/linux/
H A Dcount_zeros.h17 * Count the number of leading zeros from the MSB going towards the LSB in @x.
37 * Count the number of trailing zeros from the LSB going towards the MSB in @x.
/linux/sound/hda/
H A Dintel-sdw-acpi.c132 return AE_OK; /* keep going */ in sdw_intel_acpi_cb()
147 return AE_OK; /* keep going */ in sdw_intel_acpi_cb()
150 return AE_OK; /* keep going */ in sdw_intel_acpi_cb()
/linux/kernel/
H A Dtracepoint.c498 * performed either with a tracepoint module going notifier, or from
526 * performed either with a tracepoint module going notifier, or from
581 * register_tracepoint_module_notifier - register tracepoint coming/going notifier
585 * coming/going with the tracepoint_module_list_mutex held.
607 * unregister_tracepoint_module_notifier - unregister tracepoint coming/going notifier
683 * Called the going notifier before checking for in tracepoint_module_going()
695 * flag on "going", in case a module taints the kernel only after being in tracepoint_module_going()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pm.h38 * @IPC_MEM_HOST_PM_ACTIVE_WAIT: Intermediate state before going to
41 * before going into sleep
43 * before going to sleep
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-io.json17 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
27 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
37 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
77 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
87 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
97 …o the IIO on either NCB or NCS are in use. Transactions from the BL ring going into the IIO Agent…
/linux/arch/alpha/lib/
H A Dev6-clear_user.S25 * it's going to be worth the effort to hand-unroll a big loop, and use wh64.
92 * We know that we're going to do at least 16 quads, which means we are
93 * going to be able to use the large block clear loop at least once.
121 * We are _not_ going to update $0 after every single store. That
/linux/Documentation/i2c/
H A Dgpio-fault-injection.rst99 Arbitration lost is achieved by waiting for SCL going down by the master under
104 should be detected beforehand. Also note, that SCL going down is monitored
129 Start of a transfer is detected by waiting for SCL going down by the master
/linux/arch/mips/kernel/
H A Dsync-r4k.c82 * we saw a time-warp of the counter going backwards: in check_counter_warp()
90 * one CPU should observe time going backwards. in check_counter_warp()
231 * observed time going backwards so this counter was ahead and in synchronise_count_slave()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-chromeos-driver-cros-ec-lightbar22 functions through this interface. Going faster will simply
67 prevents the kernel from going through its normal
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_common.c20 * generator, in order to avoid going past the
57 * generator, in order to avoid going past the
/linux/fs/smb/client/
H A Dcifs_ioctl.h120 * Flags for going down operation
122 #define CIFS_GOING_FLAGS_DEFAULT 0x0 /* going down */
/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst30 The system is going to hibernate, tasks will be frozen immediately. This
41 The system is going to restore a hibernation image. If all goes well,
/linux/drivers/misc/lkdtm/
H A Drefcount.c144 /* A refcount_dec() going negative should saturate and may WARN. */
157 * going negative.
172 * above when going negative.
187 * refcount_sub_and_test() above when going negative.

12345678910>>...82