Lines Matching defs:percpu
209 /* Both percpu and fd htab support in-place update, so no need for
419 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH ||
425 * the map's value itself is percpu. percpu_lru has
450 if (numa_node != NUMA_NO_NODE && (percpu || percpu_lru))
468 /* percpu map value size is bound by PCPU_MIN_UNIT_SIZE */
469 if (percpu && round_up(attr->value_size, 8) > PCPU_MIN_UNIT_SIZE)
477 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH ||
481 * the map's value itself is percpu. percpu_lru has
518 if (percpu)
582 if (percpu) {
994 bool percpu, bool onallcpus,
1037 if (percpu) {
1263 bool percpu, bool onallcpus)
1300 if (percpu) {
1311 hash, percpu, onallcpus, NULL);
1982 void *percpu_value_buf; // non-zero means percpu hash
2184 /* migration has been disabled, so percpu value prepared here will be
2195 /* current cpu value for percpu map */
2221 bool percpu = htab_is_percpu(htab);
2235 if (percpu)
2246 if (percpu) {