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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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) {
517 DB_TXNHEAD *headp; local
528 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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) {
517 DB_TXNHEAD *headp; local
528 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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) {
517 DB_TXNHEAD *headp; local
528 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dresolve.c622 struct rk_resource_record **srvs, **ss, **headp; local
644 for(ss = srvs, headp = &r->head; *headp; )
645 if((*headp)->type == rk_ns_t_srv) {
646 *ss = *headp;
647 *headp = (*headp)->next;
651 headp = &(*headp)->next;
660 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dresolve.c622 struct rk_resource_record **srvs, **ss, **headp; local
644 for(ss = srvs, headp = &r->head; *headp; )
645 if((*headp)->type == rk_ns_t_srv) {
646 *ss = *headp;
647 *headp = (*headp)->next;
651 headp = &(*headp)->next;
660 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dresolve.c622 struct rk_resource_record **srvs, **ss, **headp; local
644 for(ss = srvs, headp = &r->head; *headp; )
645 if((*headp)->type == rk_ns_t_srv) {
646 *ss = *headp;
647 *headp = (*headp)->next;
651 headp = &(*headp)->next;
660 headp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 277 milliseconds