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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dref.c82 tipc_ref_table.last_free = 1;
186 tipc_ref_table.entries[tipc_ref_table.last_free].data.next_plus_upper
188 tipc_ref_table.last_free = index;
H A Dref.h61 * @last_free: array index of last unused object reference entry
68 u32 last_free; member in struct:ref_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.h65 volatile struct sk_buff *last_free[NR_POOLS]; member in struct:zatm_dev
H A Dzatm.c228 if (zatm_dev->last_free[pool])
229 ((struct rx_buffer_head *) (zatm_dev->last_free[pool]->
231 zatm_dev->last_free[pool] = skb;
294 zatm_dev->last_free[pool] = NULL;
375 if (skb == zatm_dev->last_free[pos])
376 zatm_dev->last_free[pos] = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c835 PAGE *last_free, *pg; local
843 last_free = NULL;
847 dbc->thread_info, dbc->txn, DB_MPOOL_DIRTY, &last_free)) != 0)
870 if (last_free != NULL) {
872 DB_FLUSH, PGNO(meta), &LSN(meta), PGNO(last_free),
873 &LSN(last_free), meta->last_pgno, &ddbt)) != 0)
881 if (last_free != NULL)
882 LSN(last_free) = LSN(meta);
896 NEXT_PGNO(last_free) = PGNO_INVALID;
898 dbc->thread_info, last_free, db
[all...]
H A Ddb_rec.c1016 if (argp->last_free != PGNO_INVALID) {
1018 &argp->last_free, ip, NULL, 0, &meta)) == 0) {
1038 if (argp->last_free == PGNO_INVALID) {
1069 if (argp->last_free != PGNO_INVALID) {
1070 if ((ret = __memp_fget(mpf, &argp->last_free,
1091 if (argp->last_free == PGNO_INVALID)
1101 argp->last_free == list[felem - 1]);
H A Ddb_auto.c2918 argp->last_free = (db_pgno_t)uinttmp;
2944 __db_pg_sort_log(dbp, txnp, ret_lsnp, flags, meta, meta_lsn, last_free, last_lsn, last_pgno,
2952 db_pgno_t last_free;
3070 uinttmp = (u_int32_t)last_free;
H A Ddb_autop.c693 (void)printf("\tlast_free: %lu\n", (u_long)argp->last_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_auto.h195 db_pgno_t last_free; member in struct:___db_pg_sort_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h231 int last_free; member in struct:mthca_srq
H A Dmthca_srq.c284 srq->last_free = srq->max - 1;
475 *wqe_to_link(get_wqe(srq, srq->last_free)) = ind;
480 srq->last_free = ind;

Completed in 134 milliseconds