/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | funnel-requestqueue.c | 22 * If the wait time becomes long enough, the queue will become dormant and must be explicitly 24 * queue via xchg (which is a memory barrier), and later checks "dormant" to decide whether to do a 27 * When deciding to go to sleep, the worker thread sets "dormant" and then examines "newest" to 28 * decide if the funnel queue is idle. In dormant mode, the last examination of "newest" before 32 * kick the worker thread out of dormant mode and back into timer-based mode. 65 atomic_t dormant; member 115 static void wait_for_request(struct uds_request_queue *queue, bool dormant, in wait_for_request() argument 119 if (dormant) { in wait_for_request() 136 bool dormant = atomic_read(&queue->dormant); in request_queue_worker() local 141 wait_for_request(queue, dormant, time_batch, &request, &waited); in request_queue_worker() [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-net | 124 What: /sys/class/net/<iface>/dormant 129 Indicates whether the interface is in dormant state. Possible 131 0: interface is not dormant 132 1: interface is dormant 137 will also reflect the dormant state. 215 attribute should be used in conjunction with 'dormant' attribute 220 1 dormant link mode 254 "dormant", "up".
|
D | sysfs-class-devlink | 74 - 'dormant' 85 'dormant' means the supplier and the consumer devices have not
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | sleep44xx.S | 50 * @return: This function never returns for CPU OFF and DORMANT power states. 51 * Post WFI, CPU transitions to DORMANT or OFF power state and on wake-up 55 * CPU failed to transition to targeted OFF/DORMANT state. 98 * the SCU power status to DORMANT or OFF mode. 186 * CPU is here when it failed to enter OFF/DORMANT or 236 * OFF or DORMANT state. Physical address of the function is 237 * stored in the SAR RAM while entering to OFF or DORMANT mode.
|
D | omap-mpuss-lowpower.c | 15 * because the mode is not supported by hw constraints of dormant 16 * mode. While waking up from the dormant mode, a reset signal 116 * used for OFF or DORMANT wakeup.
|
D | pm44xx.c | 72 * CPU0 and CPU1 power domains need to be in OFF or DORMANT state, in omap4_pm_suspend()
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/bcm/ |
D | brcm,bcm23550-cdc.yaml | 7 title: Broadcom BCM23550 Cluster Dormant Control 10 The Cluster Dormant Control block keeps the CPU in idle state. A command
|
/linux-6.12.1/arch/arm/mach-bcm/ |
D | platsmp.c | 213 /* Cluster Dormant Control command to bring CPU into a running state */ 219 * BCM23550 has a Cluster Dormant Control block that keeps the core in
|
/linux-6.12.1/include/uapi/linux/ |
D | if.h | 79 * @IFF_DORMANT: driver signals dormant. Volatile. 180 IF_LINK_MODE_DORMANT, /* limit upward transition to dormant */
|
D | pci_regs.h | 974 #define PCI_SRIOV_VFM_MI 0x1 /* Dormant.MigrateIn */
|
/linux-6.12.1/drivers/platform/mellanox/ |
D | mlxreg-hotplug.c | 430 * 0x0 indicates ASIC the bad health or dormant state and value in mlxreg_hotplug_health_work_helper() 432 * pass the following states: dormant -> booting -> good. in mlxreg_hotplug_health_work_helper()
|
/linux-6.12.1/Documentation/staging/ |
D | static-keys.rst | 62 tracepoints are often dormant (disabled) and provide no direct kernel
|
/linux-6.12.1/net/mac80211/ |
D | link.c | 168 "Invalid links: valid=0x%x, dormant=0x%x", in ieee80211_set_vif_links_bitmaps()
|
/linux-6.12.1/Documentation/driver-api/ |
D | device_link.rst | 264 DORMANT <=> AVAILABLE <=> CONSUMER_PROBE => ACTIVE
|
/linux-6.12.1/drivers/hwmon/ |
D | hp-wmi-sensors.c | 219 * "Dormant","Supporting Entity in Error","Completed", 309 * "Dormant","Supporting Entity in Error","Completed", 348 * "Dormant","Supporting Entity in Error","Completed",
|
/linux-6.12.1/include/linux/ |
D | netdevice.h | 4184 * netif_dormant_on - mark device as dormant. 4187 * Mark device as dormant (as per RFC2863). 4189 * The dormant state indicates that the relevant interface is not 4202 * netif_dormant_off - set device as not dormant. 4205 * Device is not in dormant state. 4214 * netif_dormant - test if device is dormant 4217 * Check if device is dormant. 4233 * will change to up, dormant, or down, as appropriate.
|
/linux-6.12.1/drivers/input/keyboard/ |
D | imx_keypad.c | 490 /* Ensure that the keypad will stay dormant until opened */ in imx_keypad_probe()
|
/linux-6.12.1/Documentation/netlink/specs/ |
D | nftables.yaml | 112 - dormant
|
D | rt_link.yaml | 50 name: dormant
|
/linux-6.12.1/drivers/base/power/ |
D | main.c | 318 * The status of a device link can only be changed from "dormant" by a in dpm_wait_for_consumers() 320 * theory it can change to "dormant" at that time, but then it is in dpm_wait_for_consumers()
|
/linux-6.12.1/net/core/ |
D | net-sysfs.c | 312 static DEVICE_ATTR_RO(dormant); 320 "dormant",
|
/linux-6.12.1/Documentation/scsi/ |
D | st.rst | 49 above. Additional modes are dormant until they are defined by the
|
/linux-6.12.1/drivers/base/ |
D | core.c | 434 output = "dormant"; in status_show() 1471 * Change its state to "dormant", as it represents a valid in device_links_no_driver() 1488 * Update links to consumers for @dev by changing their status to "dormant" and
|
/linux-6.12.1/drivers/target/ |
D | target_core_transport.c | 2352 * Called from I/O completion to determine which dormant/delayed 2518 * Check if we need to move delayed/dormant tasks from cmds on the in target_complete_ok_work()
|
/linux-6.12.1/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 992 dev_dbg(ctodev(card), "dormant descr? %p\n", descr); in gelic_card_decode_one_descr()
|