Searched refs:clh_qnode_t (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/smp/
H A Dlock.h38 } clh_qnode_t; typedef in typeref:struct:clh_qnode
41 clh_qnode_t *node;
42 clh_qnode_t *next;
46 PAD_TO_NEXT_CACHE_LN(sizeof(clh_qnode_t *) +
47 sizeof(clh_qnode_t *) +
52 clh_qnode_t nodes[CONFIG_MAX_NUM_NODES + 1];
55 clh_qnode_t *head;
56 PAD_TO_NEXT_CACHE_LN(sizeof(clh_qnode_t *));
72 clh_qnode_t *prev;
93 clh_qnode_t *pre
[all...]

Completed in 15 milliseconds