OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIST_HEAD
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h
39
#undef
LIST_HEAD
42
#define
LIST_HEAD
LINUX_LIST_HEAD
/src/sys/arch/evbmips/mipssim/
mipssim_intr.c
78
LIST_HEAD
(intrlist, intrhand) intrs[NINTR];
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
list.h
48
* data type 'struct
list_head
').
52
* struct
list_head
list_of_foos;
58
* struct
list_head
entry;
104
* to-be-linked struct. struct
list_head
is required for both the head of the
107
* Position and name of the struct
list_head
field is irrelevant.
109
* There are no requirements for a list head, any struct
list_head
can be a list
112
struct
list_head
{
struct
113
struct
list_head
*next, *prev;
126
#define
LIST_HEAD
(name) \
127
struct
list_head
name = LIST_HEAD_INIT(name
[
all
...]
/src/sys/uvm/
uvm_aobj.c
124
LIST_HEAD
(uao_swhash, uao_swhash_elt);
187
static
LIST_HEAD
(aobjlist, uvm_aobj) uao_list __cacheline_aligned;
/src/sys/sys/
queue.h
177
#define
LIST_HEAD
(name, type) \
/src/sbin/fsck_udf/
main.c
157
LIST_HEAD
(udf_fsck_node_hash_list, udf_fsck_node) fs_nodes_hash[HASH_HASHSIZE];
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025