Searched defs:prev (Results 1 - 25 of 46) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/search/
H A Dinsque.c5 struct node *prev; member in struct:node
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc_usable_size.c7 struct chunk *next, *prev; member in struct:chunk
H A Dmalloc.c23 struct chunk *next, *prev; member in struct:chunk
[all...]
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_mutex_unlock.c21 volatile void *prev = m->_m_prev; local
H A Dpthread_atfork.c8 struct atfork_funcs *prev, *next; member in struct:atfork_funcs
H A Dpthread_cond_timedwait.c31 struct waiter *prev, *next; member in struct:waiter
[all...]
/seL4-refos-master/kernel/include/arch/arm/arch/model/
H A Dsmp.h19 static inline bool_t try_arch_atomic_exchange_rlx(void *ptr, void *new_val, void **prev) argument
/seL4-refos-master/libs/libsel4allocman/include/allocman/utspace/
H A Dsplit.h38 struct utspace_split_node *next, *prev; member in struct:utspace_split_node
/seL4-refos-master/projects/seL4_libs/libsel4allocman/include/allocman/utspace/
H A Dsplit.h38 struct utspace_split_node *next, *prev; member in struct:utspace_split_node
/seL4-refos-master/libs/libmuslc/src/process/
H A Dfdop.h6 struct fdop *next, *prev; member in struct:fdop
/seL4-refos-master/kernel/include/arch/x86/arch/model/
H A Dsmp.h39 static inline bool_t try_arch_atomic_exchange_rlx(void *ptr, void *new_val, void **prev) argument
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dlev.h35 struct bubble *prev, *next; /* need to traverse the list up and down */ member in struct:bubble
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dlev.h35 struct bubble *prev, *next; /* need to traverse the list up and down */ member in struct:bubble
/seL4-refos-master/libs/libcpio/src/
H A Dcpio.c95 static unsigned long cpio_len_next(unsigned long len, void *prev, void *next) { argument
/seL4-refos-master/projects/util_libs/libcpio/src/
H A Dcpio.c95 static unsigned long cpio_len_next(unsigned long len, void *prev, void *next) { argument
/seL4-refos-master/kernel/include/smp/
H A Dlock.h63 clh_qnode_t *prev; local
95 clh_qnode_t *prev; local
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c94 light_source *curr, *prev; local
235 light_source **prev, *curr; local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c94 light_source *curr, *prev; local
235 light_source **prev, *curr; local
[all...]
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio.c54 struct aio_thread *next, *prev; member in struct:aio_thread
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h34 FILE *prev, *next; member in struct:_IO_FILE
/seL4-refos-master/libs/libsel4platsupport/src/
H A Dio.c42 struct io_mapping *next, *prev; member in struct:io_mapping
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/
H A Dio.c42 struct io_mapping *next, *prev; member in struct:io_mapping
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dlist.h28 struct list_head *next, *prev; member in struct:list_head
43 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
86 __list_del(struct list_head *prev, struct list_head *next) argument
249 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h25 struct list_head *next, *prev; member in struct:list_head
45 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
88 __list_del(struct list_head *prev, struct list_head *next) argument
251 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h25 struct list_head *next, *prev; member in struct:list_head
45 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
88 __list_del(struct list_head *prev, struct list_head *next) argument
254 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
[all...]

Completed in 230 milliseconds

12