Searched refs:bf_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_bloom_filter.c278 u8 bf_size; local
280 mlxsw_sp2_acl_bf_key_encode(aregion, aentry, bf_key, &bf_size);
281 return mlxsw_sp2_acl_bf_crc(bf_key, bf_size);
396 u8 bf_size; local
398 mlxsw_sp4_acl_bf_key_encode(aregion, aentry, bf_key, &bf_size);
399 return mlxsw_sp4_acl_bf_crc(bf_key, bf_size);
/linux-master/tools/perf/util/
H A Dsort.c2084 size_t bf_size, unsigned int width)
2087 return repsep_snprintf(bf, bf_size, "%*d", width, symbol__size(sym));
2089 return repsep_snprintf(bf, bf_size, "%*s", width, "unknown");
2123 size_t bf_size, unsigned int width)
2126 return repsep_snprintf(bf, bf_size, "%*d", width, map__size(map));
2128 return repsep_snprintf(bf, bf_size, "%*s", width, "unknown");
2083 _hist_entry__sym_size_snprintf(struct symbol *sym, char *bf, size_t bf_size, unsigned int width) argument
2122 _hist_entry__dso_size_snprintf(struct map *map, char *bf, size_t bf_size, unsigned int width) argument

Completed in 129 milliseconds