Searched refs:do_checks (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 268 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks() function 306 return do_checks(data, sample, ctx, true); in filter_event_early() 313 return do_checks(data, sample, ctx, false); in filter_event()
|
/linux-6.1.9/drivers/target/ |
D | target_core_transport.c | 2101 void __target_execute_cmd(struct se_cmd *cmd, bool do_checks) in __target_execute_cmd() argument 2109 if (do_checks) { in __target_execute_cmd()
|