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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_shash.c98 SH_TAILQ_HEAD(hash_head) *headp;
100 headp = (struct hash_head *)begin;
102 for (i = 0; i < nelements; i++, headp++)
103 SH_TAILQ_INIT(headp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c402 DB_TXNHEAD *headp; local
431 sizeof(DB_TXNHEAD) + size * sizeof(headp->head), &headp)) != 0)
434 memset(headp, 0, sizeof(DB_TXNHEAD) + size * sizeof(headp->head));
435 headp->maxid = hi_txn;
436 headp->generation = 0;
437 headp->nslots = size;
438 headp->gen_alloc = 8;
439 headp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c62 DB_TXNHEAD *headp; local
73 headp = info;
91 (!IS_ZERO_LSN(headp->trunc_lsn) &&
92 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
147 DB_TXNHEAD *headp; local
163 headp = info;
217 } else if (IS_ZERO_LSN(headp->trunc_lsn) ||
218 LOG_COMPARE(&headp->trunc_lsn, lsnp) >= 0) {
521 DB_TXNHEAD *headp; local
532 headp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dpacket_history.h45 extern int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
46 extern void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
H A Dpacket_history.c83 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) argument
91 entry->next = *headp;
92 *headp = entry;
96 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) argument
98 struct tfrc_tx_hist_entry *head = *headp;
107 *headp = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_parse.y444 add_namelist(new, headp)
445 struct cf_namelist *new, **headp;
450 for (ifp = *headp; ifp; ifp = ifp->next) {
459 new->next = *headp;
460 *headp = new;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.y444 add_namelist(new, headp)
445 struct cf_namelist *new, **headp;
450 for (ifp = *headp; ifp; ifp = ifp->next) {
459 new->next = *headp;
460 *headp = new;
H A Dclient6_parse.c2142 add_namelist(new, headp)
2143 struct cf_namelist *new, **headp;
2148 for (ifp = *headp; ifp; ifp = ifp->next) {
2157 new->next = *headp;
2158 *headp = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-dbg.c455 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); local
469 (headp & ED_H) ? " H" : "",
470 (headp & ED_C) ? data1 : data0);

Completed in 1222 milliseconds