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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_reclaim.c20 * callback(dbc, page, cookie, did_put),
21 * where did_put is a return value indicating if the page in question has
36 int did_put, ret; local
41 did_put = 0;
52 if ((ret = callback(dbc, p, cookie, &did_put)) == 0 &&
53 !did_put)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_reclaim.c20 * callback(dbc, page, cookie, did_put),
21 * where did_put is a return value indicating if the page in question has
36 int did_put, ret; local
41 did_put = 0;
52 if ((ret = callback(dbc, p, cookie, &did_put)) == 0 &&
53 !did_put)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_reclaim.c20 * callback(dbc, page, cookie, did_put),
21 * where did_put is a return value indicating if the page in question has
36 int did_put, ret; local
41 did_put = 0;
52 if ((ret = callback(dbc, p, cookie, &did_put)) == 0 &&
53 !did_put)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_stat.c386 int did_put, i, ret, t_ret; local
495 hcp->page, cookie, &did_put)) != 0)
498 if (did_put)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_stat.c386 int did_put, i, ret, t_ret; local
495 hcp->page, cookie, &did_put)) != 0)
498 if (did_put)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_stat.c386 int did_put, i, ret, t_ret; local
495 hcp->page, cookie, &did_put)) != 0)
498 if (did_put)

Completed in 183 milliseconds