Searched refs:krcp (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | slab_common.c | 1344 * @krcp: Pointer to @kfree_rcu_cpu structure 1352 struct kfree_rcu_cpu *krcp; member 1425 struct kfree_rcu_cpu *krcp; in krc_this_cpu_lock() local 1428 krcp = this_cpu_ptr(&krc); in krc_this_cpu_lock() 1429 raw_spin_lock(&krcp->lock); in krc_this_cpu_lock() 1431 return krcp; in krc_this_cpu_lock() 1435 krc_this_cpu_unlock(struct kfree_rcu_cpu *krcp, unsigned long flags) in krc_this_cpu_unlock() argument 1437 raw_spin_unlock_irqrestore(&krcp->lock, flags); in krc_this_cpu_unlock() 1441 get_cached_bnode(struct kfree_rcu_cpu *krcp) in get_cached_bnode() argument 1443 if (!krcp in get_cached_bnode() 1452 put_cached_bnode(struct kfree_rcu_cpu * krcp,struct kvfree_rcu_bulk_data * bnode) put_cached_bnode() argument 1465 drain_page_cache(struct kfree_rcu_cpu * krcp) drain_page_cache() argument 1488 kvfree_rcu_bulk(struct kfree_rcu_cpu * krcp,struct kvfree_rcu_bulk_data * bnode,int idx) kvfree_rcu_bulk() argument 1556 struct kfree_rcu_cpu *krcp; kfree_rcu_work() local 1614 need_offload_krc(struct kfree_rcu_cpu * krcp) need_offload_krc() argument 1637 krc_count(struct kfree_rcu_cpu * krcp) krc_count() argument 1649 __schedule_delayed_monitor_work(struct kfree_rcu_cpu * krcp) __schedule_delayed_monitor_work() argument 1664 schedule_delayed_monitor_work(struct kfree_rcu_cpu * krcp) schedule_delayed_monitor_work() argument 1674 kvfree_rcu_drain_ready(struct kfree_rcu_cpu * krcp) kvfree_rcu_drain_ready() argument 1715 kvfree_rcu_queue_batch(struct kfree_rcu_cpu * krcp) kvfree_rcu_queue_batch() argument 1773 struct kfree_rcu_cpu *krcp = container_of(work, kfree_rcu_monitor() local 1794 struct kfree_rcu_cpu *krcp = fill_page_cache_func() local 1833 add_ptr_to_bulk_krc_lock(struct kfree_rcu_cpu ** krcp,unsigned long * flags,void * ptr,bool can_alloc) add_ptr_to_bulk_krc_lock() argument 1889 struct kfree_rcu_cpu *krcp = schedule_page_work_fn() local 1897 run_page_cache_worker(struct kfree_rcu_cpu * krcp) run_page_cache_worker() argument 1922 struct kfree_rcu_cpu *krcp = per_cpu_ptr(&krc, cpu); kfree_rcu_scheduler_running() local 1944 struct kfree_rcu_cpu *krcp; kvfree_call_rcu() local 2020 struct kfree_rcu_cpu *krcp; __kvfree_rcu_barrier() local 2135 struct kfree_rcu_cpu *krcp = per_cpu_ptr(&krc, cpu); kfree_rcu_shrink_count() local 2152 struct kfree_rcu_cpu *krcp = per_cpu_ptr(&krc, cpu); kfree_rcu_shrink_scan() local 2191 struct kfree_rcu_cpu *krcp = per_cpu_ptr(&krc, cpu); kvfree_rcu_init() local [all...] |