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

/linux-master/kernel/bpf/
H A Dsyscall.c1472 int refold; local
1474 refold = atomic64_fetch_add_unless(&map->refcnt, 1, 0);
1475 if (!refold)
2435 int refold; local
2437 refold = atomic64_fetch_add_unless(&prog->aux->refcnt, 1, 0);
2439 if (!refold)

Completed in 236 milliseconds