Home
last modified time | relevance | path

Searched refs:cur_tb (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dtime.c166 static __inline__ void timer_sync_xtime( unsigned long cur_tb ) in timer_sync_xtime() argument
170 if ( cur_tb > next_xtime_sync_tb ) { in timer_sync_xtime()
171 next_xtime_sync_tb = cur_tb + xtime_sync_interval; in timer_sync_xtime()
251 unsigned long cur_tb; in timer_interrupt() local
265 while (lpaca->next_jiffy_update_tb <= (cur_tb = get_tb())) { in timer_interrupt()
274 timer_sync_xtime( cur_tb ); in timer_interrupt()
283 next_dec = lpaca->next_jiffy_update_tb - cur_tb; in timer_interrupt()
/linux-2.4.37.9/fs/reiserfs/
Ddo_balan.c26 struct tree_balance * cur_tb = NULL; /* detects whether more than one variable
1371 if ( cur_tb ) { in check_before_balancing()
1512 cur_tb = tb; in do_balance_starts()
1523 cur_tb = NULL; in do_balance_completed()
Dprints.c333 extern struct tree_balance * cur_tb;
Dstree.c290 extern struct tree_balance * cur_tb;
741 if ( cur_tb ) { in search_by_key()
Dfix_node.c536 extern struct tree_balance * cur_tb;
2326 if ( cur_tb ) { in fix_nodes()
Djournal.c2950 extern struct tree_balance *cur_tb ;
2974 RFALSE( buffer_locked(bh) && cur_tb != NULL, in reiserfs_prepare_for_journal()