Home
last modified time | relevance | path

Searched refs:tracking (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c64 struct mutex tracking; member
155 mutex_lock(&ctrl->tracking); in aspeed_p2a_region_acquire()
157 mutex_unlock(&ctrl->tracking); in aspeed_p2a_region_acquire()
191 mutex_lock(&ctrl->tracking); in aspeed_p2a_ioctl()
193 mutex_unlock(&ctrl->tracking); in aspeed_p2a_ioctl()
231 * flipped, and bridge enabled). Either way, this tracking is used, s.t. when
273 mutex_lock(&priv->parent->tracking); in aspeed_p2a_release()
290 /* Note, if another user is trying to ioctl, they can't grab tracking, in aspeed_p2a_release()
292 * If another user is trying to close, they can't grab tracking either. in aspeed_p2a_release()
302 mutex_unlock(&priv->parent->tracking); in aspeed_p2a_release()
[all...]
/kernel/linux/linux-6.6/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c64 struct mutex tracking; member
155 mutex_lock(&ctrl->tracking); in aspeed_p2a_region_acquire()
157 mutex_unlock(&ctrl->tracking); in aspeed_p2a_region_acquire()
191 mutex_lock(&ctrl->tracking); in aspeed_p2a_ioctl()
193 mutex_unlock(&ctrl->tracking); in aspeed_p2a_ioctl()
231 * flipped, and bridge enabled). Either way, this tracking is used, s.t. when
273 mutex_lock(&priv->parent->tracking); in aspeed_p2a_release()
290 /* Note, if another user is trying to ioctl, they can't grab tracking, in aspeed_p2a_release()
292 * If another user is trying to close, they can't grab tracking either. in aspeed_p2a_release()
302 mutex_unlock(&priv->parent->tracking); in aspeed_p2a_release()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dparse-maintainers.pl43 Q: URI for patchwork tracking
44 B: URI for bug tracking/submission
H A Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
267 # Do a breadth first, non-recursive tracking of suppliers. The parent is also
/kernel/linux/linux-6.6/scripts/
H A Dparse-maintainers.pl43 Q: URI for patchwork tracking
44 B: URI for bug tracking/submission
H A Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
267 # Do a breadth first, non-recursive tracking of suppliers. The parent is also
/kernel/linux/linux-6.6/kernel/module/
H A DMakefile24 obj-$(CONFIG_MODULE_UNLOAD_TAINT_TRACKING) += tracking.o
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c94 int tracking; variable
132 "-t|--tracking Show alloc/free information\n" in usage()
662 tracking = 1; in debug_opt_scan()
686 if (tracking) in debug_opt_scan()
688 tracking = 1; in debug_opt_scan()
755 if (tracking && !s->store_user) { in slab_debug()
759 fprintf(stderr, "%s not empty cannot enable tracking\n", s->name); in slab_debug()
761 if (!tracking && s->store_user) { in slab_debug()
765 fprintf(stderr, "%s not empty cannot disable tracking\n", s->name); in slab_debug()
1383 { "tracking", no_argumen
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c94 int tracking; variable
132 "-t|--tracking Show alloc/free information\n" in usage()
686 tracking = 1; in debug_opt_scan()
710 if (tracking) in debug_opt_scan()
712 tracking = 1; in debug_opt_scan()
779 if (tracking && !s->store_user) { in slab_debug()
783 fprintf(stderr, "%s not empty cannot enable tracking\n", s->name); in slab_debug()
785 if (!tracking && s->store_user) { in slab_debug()
789 fprintf(stderr, "%s not empty cannot disable tracking\n", s->name); in slab_debug()
1407 { "tracking", no_argumen
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmthread.c176 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres()
177 list_del_init(&res->tracking); in __dlm_do_purge_lockres()
259 if (!list_empty(&res->tracking)) in dlm_purge_lockres()
260 list_del_init(&res->tracking); in dlm_purge_lockres()
H A Ddlmdebug.c551 track_list = &oldres->tracking; in lockres_seq_start()
561 list_for_each_entry(res, track_list, tracking) { in lockres_seq_start()
562 if (&res->tracking == &dlm->tracking_list) in lockres_seq_start()
H A Ddlmmaster.c550 INIT_LIST_HEAD(&res->tracking); in dlm_init_lockres()
573 list_add_tail(&res->tracking, &dlm->tracking_list); in dlm_init_lockres()
770 if (!list_empty(&res->tracking)) in dlm_get_lock_resource()
771 list_del_init(&res->tracking); in dlm_get_lock_resource()
H A Ddlmcommon.h304 struct list_head tracking; /* dlm->tracking_list */ member
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmthread.c174 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres()
175 list_del_init(&res->tracking); in __dlm_do_purge_lockres()
257 if (!list_empty(&res->tracking)) in dlm_purge_lockres()
258 list_del_init(&res->tracking); in dlm_purge_lockres()
H A Ddlmdebug.c549 track_list = &oldres->tracking; in lockres_seq_start()
559 list_for_each_entry(iter, track_list, tracking) { in lockres_seq_start()
560 if (&iter->tracking != &dlm->tracking_list) { in lockres_seq_start()
H A Ddlmmaster.c548 INIT_LIST_HEAD(&res->tracking); in dlm_init_lockres()
571 list_add_tail(&res->tracking, &dlm->tracking_list); in dlm_init_lockres()
768 if (!list_empty(&res->tracking)) in dlm_get_lock_resource()
769 list_del_init(&res->tracking); in dlm_get_lock_resource()
H A Ddlmcommon.h299 struct list_head tracking; /* dlm->tracking_list */ member
/kernel/linux/linux-5.10/tools/perf/util/
H A Drecord.c114 if (evsel->tracking && use_comm_exec) in perf_evlist__config()
H A Devlist.c166 entry->tracking = !entry->idx; in evlist__add()
1586 if (evsel->tracking) in perf_evlist__get_tracking_event()
1598 if (tracking_evsel->tracking) in perf_evlist__set_tracking_event()
1603 evsel->tracking = false; in perf_evlist__set_tracking_event()
1606 tracking_evsel->tracking = true; in perf_evlist__set_tracking_event()
H A Devsel.h106 bool tracking; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Drecord.c109 if (evsel->tracking && use_comm_exec) in evlist__config()
H A Devlist.c194 entry->tracking = !entry->core.idx; in evlist__add()
1683 if (evsel->tracking) in evlist__get_tracking_event()
1694 if (tracking_evsel->tracking) in evlist__set_tracking_event()
1699 evsel->tracking = false; in evlist__set_tracking_event()
1702 tracking_evsel->tracking = true; in evlist__set_tracking_event()
H A Devsel.h126 bool tracking; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dmlme.c154 struct cfg80211_chan_def *chandef, bool tracking) in ieee80211_determine_chantype()
205 if (!tracking && channel->center_freq != ht_cfreq) { in ieee80211_determine_chantype()
299 * When tracking the current AP, don't do any further checks if the in ieee80211_determine_chantype()
316 if (tracking && in ieee80211_determine_chantype()
326 * tracking the APs beacon for bandwidth changes - otherwise we in ieee80211_determine_chantype()
333 tracking ? 0 : in ieee80211_determine_chantype()
349 if (chandef->width != vht_chandef.width && !tracking) in ieee80211_determine_chantype()
3610 * tracking WMM parameter changes in the beacon if in ieee80211_assoc_success()
146 ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct ieee80211_channel *channel, u32 vht_cap_info, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const struct ieee80211_he_operation *he_oper, const struct ieee80211_s1g_oper_ie *s1g_oper, struct cfg80211_chan_def *chandef, bool tracking) ieee80211_determine_chantype() argument
/kernel/linux/linux-5.10/
H A DMakefile832 DEBUG_CFLAGS += $(call cc-ifversion, -lt, 0500, $(call cc-option, -fno-var-tracking-assignments))
855 $(call cc-option,-fno-var-tracking)

Completed in 39 milliseconds

12