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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c118 BH *alloc_bhp, *bhp, *current_bhp, *new_bhp, *next_bhp; local
241 for (current_bhp = bhp, next_bhp = NULL;
242 current_bhp != NULL;
243 current_bhp = SH_CHAIN_PREV(current_bhp, vc, __bh),
249 alloc_bhp->ref = current_bhp->ref;
250 alloc_bhp->ref_sync = current_bhp->ref_sync;
251 alloc_bhp->priority = current_bhp->priority;
252 alloc_bhp->pgno = current_bhp->pgno;
253 alloc_bhp->mf_offset = current_bhp
[all...]

Completed in 95 milliseconds