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

/linux-master/kernel/trace/
H A Dtrace_events_user.c2289 struct user_event_refs *refs, *new_refs; local
2305 new_refs = kzalloc(size, GFP_KERNEL_ACCOUNT);
2307 if (!new_refs)
2310 new_refs->count = count + 1;
2313 new_refs->events[i] = refs->events[i];
2315 new_refs->events[i] = user_event_get(user);
2317 rcu_assign_pointer(info->refs, new_refs);
/linux-master/fs/btrfs/
H A Dsend.c190 struct list_head new_refs; member in struct:send_ctx
3092 __free_recorded_refs(&sctx->new_refs);
3402 struct list_head *new_refs,
3441 list_for_each_entry(cur, new_refs, list) {
3841 &sctx->new_refs,
4063 &sctx->new_refs,
4280 list_for_each_entry(cur, &sctx->new_refs, list) {
4385 list_for_each_entry(cur, &sctx->new_refs, list) {
4402 list_for_each_entry(cur2, &sctx->new_refs, list) {
4733 &sctx->new_refs, nam
3398 add_pending_dir_move(struct send_ctx *sctx, u64 ino, u64 ino_gen, u64 parent_ino, struct list_head *new_refs, struct list_head *deleted_refs, const bool is_orphan) argument
[all...]

Completed in 143 milliseconds