FD.io VPP  v16.06
Vector Packet Processing
clib_smp_lock_t Struct Reference
+ Collaboration diagram for clib_smp_lock_t:

Data Fields

clib_smp_lock_header_t header
 
u32 n_waiting_fifo_elts
 
u8 pad [CLIB_CACHE_LINE_BYTES-sizeof(clib_smp_lock_header_t)-sizeof(u32)]
 
clib_smp_lock_waiting_fifo_elt_t waiting_fifo [0]
 

Detailed Description

Definition at line 186 of file smp.h.

Field Documentation

clib_smp_lock_header_t clib_smp_lock_t::header

Definition at line 187 of file smp.h.

u32 clib_smp_lock_t::n_waiting_fifo_elts

Definition at line 190 of file smp.h.

u8 clib_smp_lock_t::pad[CLIB_CACHE_LINE_BYTES-sizeof(clib_smp_lock_header_t)-sizeof(u32)]

Definition at line 192 of file smp.h.

clib_smp_lock_waiting_fifo_elt_t clib_smp_lock_t::waiting_fifo[0]

Definition at line 194 of file smp.h.


The documentation for this struct was generated from the following file: