OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlist_head
(Results
1 - 14
of
14
) sorted by null
/external/linux-tools-perf/util/include/linux/
types.h
17
struct
hlist_head
{
struct
/external/libvpx/libvpx/nestegg/halloc/src/
hlist.h
24
typedef struct
hlist_head
hlist_head_t;
30
struct
hlist_head
struct
59
/* static_inline hlist_item_t *
hlist_head
(const hlist_head_t * h); */
/external/linux-tools-perf/util/
evlist.h
23
struct
hlist_head
heads[PERF_EVLIST__HLIST_SIZE];
evlist.c
158
struct
hlist_head
*head;
/external/iptables/libiptc/
linux_list.h
509
struct
hlist_head
{
struct
518
#define
HLIST_HEAD
(name) struct
hlist_head
name = { .first = NULL }
527
static inline int hlist_empty(const struct
hlist_head
*h)
583
static inline void hlist_add_head(struct hlist_node *n, struct
hlist_head
*h)
614
struct
hlist_head
*h)
/external/kernel-headers/original/linux/sunrpc/
auth.h
61
struct
hlist_head
hashtable[RPC_CREDCACHE_NR];
/external/kernel-headers/original/linux/
list.h
592
struct
hlist_head
{
struct
601
#define
HLIST_HEAD
(name) struct
hlist_head
name = { .first = NULL }
614
static inline int hlist_empty(const struct
hlist_head
*h)
689
static inline void hlist_add_head(struct hlist_node *n, struct
hlist_head
*h)
720
struct
hlist_head
*h)
perf_event.h
630
struct
hlist_head
heads[SWEVENT_HLIST_SIZE];
1004
struct
hlist_head
*head);
atmdev.h
410
extern struct
hlist_head
vcc_hash[VCC_HTABLE_SIZE];
msdos_fs.h
259
struct
hlist_head
inode_hashtable[FAT_HASH_SIZE];
pci.h
171
struct
hlist_head
saved_cap_space;
fs.h
843
struct
hlist_head
i_fsnotify_marks;
[
all
...]
/external/linux-tools-perf/util/include/linux/added/
list.h
546
#define
HLIST_HEAD
(name) struct
hlist_head
name = { .first = NULL }
559
static inline int hlist_empty(const struct
hlist_head
*h)
588
static inline void hlist_add_head(struct hlist_node *n, struct
hlist_head
*h)
623
static inline void hlist_move_list(struct
hlist_head
*old,
624
struct
hlist_head
*new)
perf_event.h
732
struct
hlist_head
heads[SWEVENT_HLIST_SIZE];
1144
struct
hlist_head
*head, int rctx);
Completed in 169 milliseconds