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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h55 #define DB_TXNLIST_MASK(hp, n) (n % hp->nslots) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c496 LIST_INSERT_HEAD(&hp->head[DB_TXNLIST_MASK(hp, txnid)], elp, links);
707 head = &hp->head[DB_TXNLIST_MASK(hp, hash)];

Completed in 108 milliseconds