Home
last modified time | relevance | path

Searched defs:old (Results 1 – 24 of 24) sorted by relevance

/tools/lib/
Drbtree.c62 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
73 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
202 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
364 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
377 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
405 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
/tools/arch/x86/include/asm/
Dcmpxchg.h35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
83 #define __cmpxchg(ptr, old, new, size) \ argument
86 #define cmpxchg(ptr, old, new) \ argument
Datomic.h68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
/tools/include/linux/
Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
Dbitmap.h91 unsigned long old; in test_and_set_bit() local
Dlist.h123 static inline void list_replace(struct list_head *old, in list_replace()
132 static inline void list_replace_init(struct list_head *old, in list_replace_init()
685 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
Drbtree_augmented.h124 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/tools/build/feature/
Dtest-sync-compare-and-swap.c8 uint64_t old, new = argc; in main() local
/tools/perf/util/
Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
Dhelp-unknown-cmd.c30 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) in add_cmd_list()
Dcomm.c112 struct comm_str *new, *old = comm->comm_str; in comm__override() local
Dblock-range.c18 u64 old = 0; /* NULL isn't executable */ in block_range__debug() local
Devlist.c780 u64 old = md->prev; in perf_mmap__read_forward() local
897 u64 old = md->prev; in perf_mmap__consume() local
Dauxtrace.c551 unsigned char *data, u64 *head, u64 *old) in auxtrace_record__find_snapshot()
1195 u64 head, old = mm->prev, offset, ref; in __auxtrace_mmap__read() local
Ddso.c802 struct dso_cache *old; in dso_cache__read() local
Dparse-events.c2494 int parse_events_copy_term_list(struct list_head *old, in parse_events_copy_term_list()
/tools/lib/subcmd/
Dsigchain.c9 sigchain_fun *old; member
/tools/testing/radix-tree/linux/
Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/tools/perf/arch/x86/util/
Dintel-bts.c366 u64 *head, u64 *old) in intel_bts_find_snapshot()
Dintel-pt.c1009 u64 *head, u64 *old) in intel_pt_find_snapshot()
/tools/perf/arch/arm/util/
Dcs-etm.c569 u64 *head, u64 *old) in cs_etm_find_snapshot()
/tools/perf/scripts/python/
Dsched-migration.py91 def __init__(self, old): argument
124 def migrate_out(self, old): argument
/tools/perf/
Dbuiltin-record.c168 rb_find_range(void *data, int mask, u64 head, u64 old, in rb_find_range()
185 u64 old = md->prev; in record__mmap_read() local
/tools/power/x86/turbostat/
Dturbostat.c1051 #define DELTA_WRAP32(new, old) \ argument
1059 delta_package(struct pkg_data *new, struct pkg_data *old) in delta_package()
1112 delta_core(struct core_data *new, struct core_data *old) in delta_core()
1135 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread()