Lines Matching defs:ptr
1288 void kvfree_call_rcu(struct rcu_head *head, void *ptr)
1291 kasan_record_aux_stack(ptr);
1299 kvfree(ptr);
1551 void *ptr = (void *) head->func;
1552 unsigned long offset = (void *) head - ptr;
1555 debug_rcu_head_unqueue((struct rcu_head *)ptr);
1559 kvfree(ptr);
1851 // Record ptr in a page managed by krcp, with the pre-krc_this_cpu_lock()
1855 // Returns true if ptr was successfully recorded, else the caller must
1859 unsigned long *flags, void *ptr, bool can_alloc)
1868 idx = !!is_vmalloc_addr(ptr);
1904 bnode->records[bnode->nr_records - 1] = ptr;
1966 void kvfree_call_rcu(struct rcu_head *head, void *ptr)
1982 if (!IS_ENABLED(CONFIG_PREEMPT_RT) && kfree_rcu_sheaf(ptr))
1986 if (debug_rcu_head_queue(ptr)) {
1995 kasan_record_aux_stack(ptr);
1996 success = add_ptr_to_bulk_krc_lock(&krcp, &flags, ptr, !head);
2004 head->func = ptr;
2020 kmemleak_ignore(ptr);
2035 debug_rcu_head_unqueue((struct rcu_head *) ptr);
2037 kvfree(ptr);