Searched refs:lock_stat (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/util/
H A Dlock-contention.h19 struct lock_stat { struct
70 struct lock_stat *lock_stat_find(u64 addr);
71 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags);
H A Dbpf_lock_contention.c36 bpf_map__set_max_entries(skel->maps.lock_stat, con->map_nr_entries);
255 stat_fd = bpf_map__fd(skel->maps.lock_stat);
405 struct lock_stat *st = NULL;
410 fd = bpf_map__fd(skel->maps.lock_stat);
/linux-master/tools/perf/
H A Dbuiltin-lock.c176 static int lock_stat_key_ ## member(struct lock_stat *one, \
177 struct lock_stat *two) \
188 static int lock_stat_key_wait_time_min(struct lock_stat *one,
189 struct lock_stat *two)
212 int (*key)(struct lock_stat*, struct lock_stat*);
214 void (*print)(struct lock_key*, struct lock_stat*);
252 struct lock_stat *ls) \
259 struct lock_stat *ls) \
271 struct lock_stat *l
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c52 } lock_stat SEC(".maps");
477 data = bpf_map_lookup_elem(&lock_stat, &key);
499 err = bpf_map_update_elem(&lock_stat, &key, &first, BPF_NOEXIST);
/linux-master/kernel/locking/
H A Dlockdep.c74 static int lock_stat = 1; variable
75 module_param(lock_stat, int, 0644);
77 #define lock_stat 0 macro
93 .procname = "lock_stat",
94 .data = &lock_stat,
347 if (!lock_stat)
524 printk(KERN_DEBUG "Please attach the output of /proc/lock_stat to the bug report\n");
6011 if (unlikely(!lock_stat || !lockdep_enabled()))
6029 if (unlikely(!lock_stat || !lockdep_enabled()))
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h201 lock_stat);
H A Ddrxj.c1025 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat);
10785 * \param lock_stat Pointer to lock status structure.
10790 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) argument
10806 if ((demod == NULL) || (lock_stat == NULL))
10813 *lock_stat = DRX_NOT_LOCKED;
10849 *lock_stat = DRX_NOT_LOCKED;
10851 *lock_stat = DRXJ_DEMOD_LOCK;
10855 *lock_stat = DRX_LOCKED;
10859 *lock_stat = DRX_NEVER_LOCK;

Completed in 407 milliseconds