Searched refs:thrown (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl59 define(m4_tcl_ret_error, [m4_p([In the case of error, a Tcl error is thrown.])])
66 a Tcl error is thrown.])])
73 is thrown.])])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c1747 for (i = 0; i < ARRAY_SIZE(tb->thrown); i++)
1748 if (!tb->thrown[i]) {
1749 tb->thrown[i] = bh;
1753 reiserfs_warning(tb->tb_sb, "store_thrown: too many thrown buffers");
1760 for (i = 0; i < ARRAY_SIZE(tb->thrown); i++) {
1761 if (tb->thrown[i]) {
1762 blocknr = tb->thrown[i]->b_blocknr;
1763 if (buffer_dirty(tb->thrown[i]))
1767 brelse(tb->thrown[i]); /* incremented in store_thrown */
2045 ** put the buffers we want freed on the thrown lis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1340 struct buffer_head *thrown[MAX_FEB_SIZE]; member in struct:tree_balance

Completed in 165 milliseconds