Searched refs:bgt (Results 1 – 25 of 49) sorted by relevance
12
/linux-2.6.39/arch/alpha/lib/ |
D | memmove.S | 79 bgt $18,$byte_loop_tail_dn 103 bgt $18,$byte_loop_tail_dn 148 bgt $18,$byte_loop_tail_up 173 bgt $18,$byte_loop_tail_up
|
D | ev6-copy_user.S | 180 bgt $3,$unroll4 # U .. .. .. : U L U L 227 bgt $0,$onebyteloop # U .. .. .. : U L U L 251 bgt $1,$101 # U
|
D | ev6-clear_user.S | 200 bgt $1, $onequad # U .. .. .. : U L U L 216 bgt $0, $onebyte # U .. .. .. : U L U L
|
D | copy_user.S | 142 bgt $1,$101
|
D | ev6-memcpy.S | 171 bgt $18, $tail_bytes # U : more to be done? 234 bgt $18, $misalign_byte # U : more to go?
|
/linux-2.6.39/fs/ubifs/ |
D | super.c | 1267 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1268 if (IS_ERR(c->bgt)) { in mount_ubifs() 1269 err = PTR_ERR(c->bgt); in mount_ubifs() 1270 c->bgt = NULL; in mount_ubifs() 1275 wake_up_process(c->bgt); in mount_ubifs() 1493 if (c->bgt) in mount_ubifs() 1494 kthread_stop(c->bgt); in mount_ubifs() 1528 if (c->bgt) in ubifs_umount() 1529 kthread_stop(c->bgt); in ubifs_umount() 1635 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw() [all …]
|
D | misc.h | 47 if (c->bgt && !c->need_bgt) { in ubifs_wake_up_bgt() 49 wake_up_process(c->bgt); in ubifs_wake_up_bgt()
|
/linux-2.6.39/arch/arm/mach-tegra/ |
D | headsmp.S | 42 bgt 2b 44 bgt 1b
|
/linux-2.6.39/arch/arm/lib/ |
D | memset.S | 58 bgt 2b 102 bgt 3b
|
D | memzero.S | 58 bgt 3b @ 1 100 bgt 3b
|
D | copy_page.S | 43 bgt 1b @ 1
|
D | io-writesl.S | 42 bgt 6f
|
D | io-readsl.S | 42 bgt 6f
|
D | copy_template.S | 175 bgt 18f 233 bgt 15b
|
D | memmove.S | 183 bgt 15b
|
/linux-2.6.39/arch/powerpc/boot/ |
D | util.S | 84 bgt 3f
|
/linux-2.6.39/arch/sh/lib64/ |
D | copy_page.S | 87 bgt/l r8, r2, tr1
|
D | strcpy.S | 41 bgt/u r22, r23, tr2 // no_lddst
|
D | udivdi3.S | 21 bgt/u r9,r63,tr0 // large_divisor
|
/linux-2.6.39/arch/alpha/math-emu/ |
D | qrnnd.S | 85 bgt cnt,$loop1 135 bgt cnt,$loop2
|
/linux-2.6.39/arch/powerpc/lib/ |
D | mem_64.S | 82 bgt .backwards_memcpy
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | head_booke.h | 264 bgt+ 2f; /* addr above exception vectors */ \ 317 bgt+ 2f; /* addr above exception vectors */ \
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | satan.S | 344 bgt ATANBIG | ...I.E. |X| >= 16 405 bgt ATANHUGE
|
D | ssinh.S | 114 bgt t_ovfl
|
/linux-2.6.39/arch/powerpc/mm/ |
D | slb_low.S | 80 bgt 5f
|
12