percpu_counter_add_batch
percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH);
percpu_counter_add_batch(&fs_info->dirty_metadata_bytes,
percpu_counter_add_batch(&fs_info->dirty_metadata_bytes, -(s64)eb->len,
percpu_counter_add_batch(&eb->fs_info->dirty_metadata_bytes,
percpu_counter_add_batch(&fs_info->delalloc_bytes, len,
percpu_counter_add_batch(&fs_info->delalloc_bytes, -len,
percpu_counter_add_batch(&fs_info->ordered_bytes, entry->num_bytes,
percpu_counter_add_batch(&fs_info->ordered_bytes, -entry->num_bytes,
percpu_counter_add_batch(&counter->count, -((int64_t)delta), batch);
percpu_counter_add_batch(&mp->m_delalloc_rtextents,
percpu_counter_add_batch(&mp->m_delalloc_blks, data_delta + ind_delta,
percpu_counter_add_batch(&mp->m_icount, idelta,
percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH);
percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch);
void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
percpu_counter_add_batch(fbc, amount, percpu_counter_batch);
percpu_counter_add_batch(fbc, amount, PERCPU_COUNTER_LOCAL_BATCH);
percpu_counter_add_batch(&dst->pcpuc_entries, val,
percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1,
percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1,
percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH);
percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH);
percpu_counter_add_batch(&pl->events,
percpu_counter_add_batch(&pl->events, nr, PROP_BATCH);
EXPORT_SYMBOL(percpu_counter_add_batch);