Searched refs:dormant (Results 1 – 8 of 8) sorted by relevance
65 atomic_t dormant; member119 if (dormant) { in wait_for_request()136 bool dormant = atomic_read(&queue->dormant); in request_queue_worker() local141 wait_for_request(queue, dormant, time_batch, &request, &waited); in request_queue_worker()149 if (dormant) { in request_queue_worker()154 atomic_set(&queue->dormant, false); in request_queue_worker()155 dormant = false; in request_queue_worker()169 atomic_set(&queue->dormant, true); in request_queue_worker()170 dormant = true; in request_queue_worker()207 atomic_set(&queue->dormant, false); in uds_make_request_queue()[all …]
124 What: /sys/class/net/<iface>/dormant129 Indicates whether the interface is in dormant state. Possible131 0: interface is not dormant132 1: interface is dormant137 will also reflect the dormant state.215 attribute should be used in conjunction with 'dormant' attribute220 1 dormant link mode254 "dormant", "up".
74 - 'dormant'85 'dormant' means the supplier and the consumer devices have not
62 tracepoints are often dormant (disabled) and provide no direct kernel
112 - dormant
50 name: dormant
312 static DEVICE_ATTR_RO(dormant);
49 above. Additional modes are dormant until they are defined by the
Completed in 19 milliseconds