Searched refs:new_refs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_events_user.c | 2287 struct user_event_refs *refs, *new_refs; in user_events_ref_add() local 2303 new_refs = kzalloc(size, GFP_KERNEL_ACCOUNT); in user_events_ref_add() 2305 if (!new_refs) in user_events_ref_add() 2308 new_refs->count = count + 1; in user_events_ref_add() 2311 new_refs->events[i] = refs->events[i]; in user_events_ref_add() 2313 new_refs->events[i] = user_event_get(user); in user_events_ref_add() 2315 rcu_assign_pointer(info->refs, new_refs); in user_events_ref_add()
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 191 struct list_head new_refs; member 3094 __free_recorded_refs(&sctx->new_refs); in free_recorded_refs() 3404 struct list_head *new_refs, in add_pending_dir_move() argument 3443 list_for_each_entry(cur, new_refs, list) { in add_pending_dir_move() 3843 &sctx->new_refs, in wait_for_dest_dir_move() 4065 &sctx->new_refs, in wait_for_parent_move() 4282 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs() 4387 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs() 4404 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs() 4735 &sctx->new_refs, name, dir, dir_gen, in record_new_ref_if_needed() [all …]
|