Searched refs:stat_size (Results 1 – 5 of 5) sorted by relevance
1406 ssize_t stat_size; in papr_scm_probe() local1503 stat_size = drc_pmem_query_stats(p, NULL, 0); in papr_scm_probe()1504 if (stat_size > 0) { in papr_scm_probe()1505 p->stat_buffer_len = stat_size; in papr_scm_probe()
126 int stat_size; member
753 size_t stat_size) in alloc_ring() argument758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring()
6541 int stat_size = 0; in s2io_ethtool_get_strings() local6549 stat_size = sizeof(ethtool_xena_stats_keys); in s2io_ethtool_get_strings()6550 memcpy(data, ðtool_xena_stats_keys, stat_size); in s2io_ethtool_get_strings()6552 memcpy(data + stat_size, in s2io_ethtool_get_strings()6555 stat_size += sizeof(ethtool_enhanced_stats_keys); in s2io_ethtool_get_strings()6558 memcpy(data + stat_size, ðtool_driver_stats_keys, in s2io_ethtool_get_strings()
659 size_t stat_size, int node) in alloc_ring() argument661 size_t len = nelem * elem_size + stat_size; in alloc_ring()