OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:um_next
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libop/
op_events.h
45
struct list_head
um_next
; /**< next um in list */
member in struct:op_unit_mask
op_events.c
205
list_add_tail(&um->
um_next
, &um_list);
212
list_del(&um->
um_next
);
289
struct op_unit_mask * um = list_entry(pos, struct op_unit_mask,
um_next
);
620
struct op_unit_mask * um = list_entry(pos, struct op_unit_mask,
um_next
);
646
list_del(&unit->
um_next
);
672
struct op_unit_mask * unit = list_entry(pos, struct op_unit_mask,
um_next
);
Completed in 32 milliseconds