OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_pending
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_enavar.h
317
u_int
task_pending
; /* atomic */
member in struct:ena_ring
if_ena.c
1471
if (atomic_cas_uint(&tx_ring->
task_pending
, 0, 1) == 0)
1852
if (atomic_cas_uint(&rx_ring->
task_pending
, 0, 1) == 0)
1873
atomic_swap_uint(&rx_ring->
task_pending
, 0);
3004
atomic_swap_uint(&tx_ring->
task_pending
, 0);
3046
if (atomic_cas_uint(&tx_ring->
task_pending
, 0, 1) == 0)
3057
if (atomic_cas_uint(&tx_ring->
task_pending
, 0, 1) == 0)
3548
if (atomic_cas_uint(&rx_ring->
task_pending
, 0, 1) == 0)
Completed in 127 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025