Home
last modified time | relevance | path

Searched refs:new_refs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/kernel/trace/
Dtrace_events_user.c1507 struct user_event_refs *refs, *new_refs; in user_events_ref_add() local
1523 new_refs = kzalloc(size, GFP_KERNEL); in user_events_ref_add()
1525 if (!new_refs) in user_events_ref_add()
1528 new_refs->count = count + 1; in user_events_ref_add()
1531 new_refs->events[i] = refs->events[i]; in user_events_ref_add()
1533 new_refs->events[i] = user; in user_events_ref_add()
1537 rcu_assign_pointer(info->refs, new_refs); in user_events_ref_add()
/Linux-v6.1/fs/btrfs/
Dsend.c136 struct list_head new_refs; member
2877 __free_recorded_refs(&sctx->new_refs); in free_recorded_refs()
3136 struct list_head *new_refs, in add_pending_dir_move() argument
3175 list_for_each_entry(cur, new_refs, list) { in add_pending_dir_move()
3576 &sctx->new_refs, in wait_for_dest_dir_move()
3798 &sctx->new_refs, in wait_for_parent_move()
4010 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4119 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4136 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs()
4469 &sctx->new_refs, name, dir, dir_gen, in record_new_ref_if_needed()
[all …]