Symbol: list_link
headers/private/kernel/interrupts.h
34
list_link link;
headers/private/kernel/thread_types.h
95
struct list_link link;
headers/private/kernel/util/list.h
32
typedef struct list_link list_link;
headers/private/kernel/util/list.h
39
list_link *next;
headers/private/kernel/util/list.h
40
list_link *prev;
headers/private/kernel/util/list.h
44
list_link link;
headers/private/kernel/util/list.h
57
extern void list_remove_link(struct list_link *_link);
headers/private/kernel/util/list.h
71
return list->link.next == (list_link *)list;
headers/private/net/net_buffer.h
26
struct list_link link;
headers/private/net/net_datalink.h
64
struct list_link link;
headers/private/net/net_stack.h
43
struct list_link link;
headers/private/net/net_stack.h
61
struct list_link link;
headers/private/util/DoublyLinkedList.h
87
template<typename Element, typename CLink = struct list_link,
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/snet_buffer.cpp
17
struct list_link link;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
114
list_link link;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
60
struct list_link link;
src/add-ons/kernel/file_cache/rule_based_prefetcher.cpp
71
struct list_link link;
src/add-ons/kernel/network/stack/net_buffer.cpp
76
struct list_link link;
src/libs/compat/freebsd_network/compat/sys/_callout.h
15
struct list_link c_link;
src/libs/compat/freebsd_network/shared.h
62
struct list_link link;
src/system/boot/platform/atari_m68k/video.cpp
83
list_link link;
src/system/boot/platform/bios_ia32/video.cpp
42
list_link link;
src/system/boot/platform/efi/video.cpp
35
list_link link;
src/system/kernel/device_manager/devfs.cpp
143
struct list_link link;
src/system/kernel/fs/node_monitor.cpp
49
list_link context_link;
src/system/kernel/fs/rootfs.cpp
115
struct list_link link;
src/system/kernel/port.cpp
119
struct list_link team_link;
src/system/kernel/sem.cpp
93
struct list_link team_link;
src/system/kernel/util/list.cpp
100
get_next_link(struct list *list, list_link *link)
src/system/kernel/util/list.cpp
109
static inline list_link *
src/system/kernel/util/list.cpp
110
get_prev_link(struct list *list, list_link *link)
src/system/kernel/util/list.cpp
128
list_link *link;
src/system/kernel/util/list.cpp
147
list_link *link;
src/system/kernel/util/list.cpp
16
#define GET_LINK(list, item) ({ BytePointer<list_link> pointer((uint8*)item \
src/system/kernel/util/list.cpp
194
list_link *beforeLink;
src/system/kernel/util/list.cpp
195
list_link *link;
src/system/kernel/util/list.cpp
20
STATIC_ASSERT(sizeof(DoublyLinkedListLink<void*>) == sizeof(list_link));
src/system/kernel/util/list.cpp
220
list_link *link;
src/system/kernel/util/list.cpp
237
list_link *link;
src/system/kernel/util/list.cpp
49
list_link *link = (list_link *)_link;
src/system/kernel/util/list.cpp
69
list_link *link = (list_link *)_link;
src/system/kernel/util/list.cpp
88
list_remove_link(list_link *link)
src/system/kernel/util/list.cpp
99
static inline list_link *
src/system/libroot/os/driver_settings.cpp
79
list_link link;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
100
list_link* link = GET_LINK(list, item);
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
110
list_link* link = GET_LINK(list, item);
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
124
if (list->link.next == (list_link *)list)
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
130
list_link* link = GET_LINK(list, item);
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
169
list_link free_list_link;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
83
#define GET_LINK(list, item) ((list_link *)((uint8 *)item + list->offset))
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
87
list_link* next;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
88
list_link* prev;
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
92
list_link link;
src/tools/fs_shell/driver_settings.cpp
55
list_link link;
src/tools/fs_shell/list.cpp
11
#define GET_LINK(list, item) ((list_link *)((uint8_t *)item + list->offset))
src/tools/fs_shell/list.cpp
111
list_link *link;
src/tools/fs_shell/list.cpp
130
list_link *link;
src/tools/fs_shell/list.cpp
177
list_link *beforeLink;
src/tools/fs_shell/list.cpp
178
list_link *link;
src/tools/fs_shell/list.cpp
203
list_link *link;
src/tools/fs_shell/list.cpp
220
list_link *link;
src/tools/fs_shell/list.cpp
42
list_link *link = (list_link *)_link;
src/tools/fs_shell/list.cpp
58
list_link *link = (list_link *)_link;
src/tools/fs_shell/list.cpp
75
list_link *link = (list_link *)_link;
src/tools/fs_shell/list.cpp
82
static inline list_link *
src/tools/fs_shell/list.cpp
83
get_next_link(struct list *list, list_link *link)
src/tools/fs_shell/list.cpp
92
static inline list_link *
src/tools/fs_shell/list.cpp
93
get_prev_link(struct list *list, list_link *link)
src/tools/fs_shell/list.h
27
typedef struct list_link list_link;
src/tools/fs_shell/list.h
34
list_link *next;
src/tools/fs_shell/list.h
35
list_link *prev;
src/tools/fs_shell/list.h
39
list_link link;
src/tools/fs_shell/list.h
62
return list->link.next == (list_link *)list;
src/tools/fs_shell/vfs.cpp
80
list_link mount_link;
src/tools/fs_shell/vfs.cpp
81
list_link unused_link;