Home
last modified time | relevance | path

Searched refs:foot (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dafs.c102 u32 foot[2]; in afs_is_v2() local
106 ret = mtd_read(mtd, ptr, 8, &sz, (u_char *)foot); in afs_is_v2()
115 return (foot[0] == AFSV2_FOOTER_MAGIC1 && in afs_is_v2()
116 foot[1] == AFSV2_FOOTER_MAGIC2); in afs_is_v2()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dafs.c102 u32 foot[2]; in afs_is_v2() local
106 ret = mtd_read(mtd, ptr, 8, &sz, (u_char *)foot); in afs_is_v2()
115 return (foot[0] == AFSV2_FOOTER_MAGIC1 && in afs_is_v2()
116 foot[1] == AFSV2_FOOTER_MAGIC2); in afs_is_v2()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmetricgroup.c648 static void metricgroup___watchdog_constraint_hint(const char *name, bool foot) in metricgroup___watchdog_constraint_hint() argument
652 if (!foot) { in metricgroup___watchdog_constraint_hint()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmetricgroup.c160 static void metric__watchdog_constraint_hint(const char *name, bool foot) in metric__watchdog_constraint_hint() argument
164 if (!foot) { in metric__watchdog_constraint_hint()
187 metric__watchdog_constraint_hint(pm->metric_name, /*foot=*/false); in metric__group_events()
1352 metric__watchdog_constraint_hint(NULL, /*foot=*/true); in metricgroup__add_metric_list()

Completed in 6 milliseconds