Searched refs:consume (Results 1 – 7 of 7) sorted by relevance
145 Some(evt) = consume(&raw_hal.evt_rx) => { in provide_snooped_hal()166 Some(acl) = consume(&raw_hal.acl_rx) => { in provide_snooped_hal()180 Some(iso) = consume(&raw_hal.iso_rx) => { in provide_snooped_hal()199 async fn consume<T>(rx: &Arc<Mutex<UnboundedReceiver<T>>>) -> Option<T> { in consume() function
131 Some(p) = consume(&acl.rx) => { in provide_acl_dispatch()180 async fn consume(rx: &Arc<Mutex<Receiver<AclPacket>>>) -> Option<AclPacket> { in consume() function
23 * Logs from UIDs whose logs consume over 12.5% of a log buffer78 …mp, etc) in its calculation of log buffer size, so a 1MB log buffer will consume more than 1MB. N…
179 Some(evt) = consume(&evt_rx) => { in dispatch()248 async fn consume(evt_rx: &Arc<Mutex<Receiver<EventPacket>>>) -> Option<EventPacket> { in consume() function
12 * `-m,--metadata-size` - The maximum size that partition metadata may consume. A partition entry us…62 Note that when interacting with sparsed images, `lpadd` can consume a great deal of space in `TMPDI…
196 * **OnWriteReady**: means that the demultiplexer is ready to consume more
224 it can consume a considerable amount of data.