Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 29) sorted by relevance

12

/arch/sparc/prom/
Dranges.c71 int success; in prom_ranges_init() local
80 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init()
83 if(success != -1) in prom_ranges_init()
84 num_obio_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_ranges_init()
94 int success; in prom_apply_generic_ranges() local
98 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges()
101 if (success != -1) { in prom_apply_generic_ranges()
102 num_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges()
107 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges()
110 if (success != -1) { in prom_apply_generic_ranges()
[all …]
/arch/alpha/include/asm/
Dspinlock.h105 int success; in arch_read_trylock() local
118 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock()
121 return success; in arch_read_trylock()
127 int success; in arch_write_trylock() local
140 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock()
143 return success; in arch_write_trylock()
/arch/m68k/ifpsp060/
Dos.S84 | d1 - 0 = success, !0 = failure
94 clr.l %d1 | return success
101 clr.l %d1 | return success
115 | d1 - 0 = success, !0 = failure
127 clr.l %d1 | return success
134 clr.l %d1 | return success
147 | d1 - 0 = success, !0 = failure
152 clr.l %d1 | assume success
170 | d1 - 0 = success, !0 = failure
181 | d1 - 0 = success, !0 = failure
[all …]
/arch/frv/mm/
Delf-fdpic.c78 goto success; in arch_get_unmapped_area()
90 goto success; in arch_get_unmapped_area()
98 goto success; in arch_get_unmapped_area()
107 success: in arch_get_unmapped_area()
/arch/cris/arch-v10/drivers/
Deeprom.c152 int success = 0; in eeprom_init() local
202 success = 1; in eeprom_init()
229 success = 1; in eeprom_init()
255 if(!success) in eeprom_init()
269 success = 1; in eeprom_init()
289 success = 1; in eeprom_init()
304 if (!success) in eeprom_init()
/arch/x86/platform/olpc/
Dolpc_dt.c98 int success; in olpc_dt_nextprop() local
99 void *res[] = { &success }; in olpc_dt_nextprop()
106 if (olpc_ofw("nextprop", args, res) || success != 1) in olpc_dt_nextprop()
Dolpc.c290 bool success; in platform_detect() local
295 success = check_ofw_architecture(root); in platform_detect()
296 if (success) { in platform_detect()
302 return success; in platform_detect()
/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c77 bool success; in icp_rm_try_update() local
83 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update()
84 if (!success) in icp_rm_try_update()
110 return success; in icp_rm_try_update()
Dbook3s_xics.c258 bool success; in icp_try_update() local
264 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_try_update()
265 if (!success) in icp_try_update()
297 return success; in icp_try_update()
322 bool success; in icp_try_to_deliver() local
333 success = new_state.cppr > priority && in icp_try_to_deliver()
341 if (success) { in icp_try_to_deliver()
356 return success; in icp_try_to_deliver()
/arch/arm/plat-samsung/
Ds5p-irq-gpioint.c187 goto success; in s5p_register_gpio_interrupt()
195 goto success; in s5p_register_gpio_interrupt()
198 success: in s5p_register_gpio_interrupt()
/arch/x86/mm/
Dpat_rbtree.c133 goto success; in memtype_rb_check_conflict()
146 goto success; in memtype_rb_check_conflict()
155 success: in memtype_rb_check_conflict()
/arch/mips/kernel/
Dunaligned.c2229 goto success;
2248 goto success;
2268 goto success;
2291 goto success;
2331 goto success;
2368 goto success;
2407 goto success;
2449 goto success;
2520 goto success;
2566 goto success;
[all …]
Dcpc.c69 goto success; in cpc_probe()
83 success: in cpc_probe()
Dr2300_fpu.S33 li v0, 0 # assume success
88 li v0, 0 # assume success
Dr4k_fpu.S120 li v0, 0 # success
174 li v0, 0 # success
253 li v0, 0 # success
302 li v0, 0 # success
/arch/x86/kernel/apic/
Des7000_32.c182 int success = 0; in parse_unisys_oem() local
214 success++; in parse_unisys_oem()
223 success++; in parse_unisys_oem()
232 if (success < 2) in parse_unisys_oem()
/arch/alpha/kernel/
Dperf_event.c158 goto success; in ev67_check_constraints()
168 goto success; in ev67_check_constraints()
178 goto success; in ev67_check_constraints()
188 goto success; in ev67_check_constraints()
195 success: in ev67_check_constraints()
/arch/xtensa/lib/
Dusercopy.S94 movi a2, 0 # return success for len==0
146 movi a2, 0 # return success for len bytes copied
206 movi a2, 0 # return success for len bytes copied
283 movi a2, 0 # return success for len bytes copied
/arch/x86/xen/
Dmmu.c2302 int success; in xen_exchange_memory() local
2323 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory()
2325 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory()
2326 BUG_ON(success && (rc != 0)); in xen_exchange_memory()
2328 return success; in xen_exchange_memory()
2336 int success; in xen_create_contiguous_region() local
2359 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region()
2364 if (success) in xen_create_contiguous_region()
2371 return success ? 0 : -ENOMEM; in xen_create_contiguous_region()
2379 int success; in xen_destroy_contiguous_region() local
[all …]
/arch/s390/kernel/
Dsclp.S113 # R2 = 0 on success, 1 on failure
146 # R2 = 0 on success, non-zero on failure
206 # R2 = 0 on success, 1 on failure
268 # R2 = 0 on success, 1 on failure
/arch/xtensa/include/asm/
Duaccess.h96 .macro kernel_ok at, sp, success
98 beqz \at, \success
/arch/arm/kernel/
Dsleep.S70 mov r0, #0 @ return zero on success
/arch/x86/kernel/
Dtsc.c380 goto success; in quick_pit_calibrate()
386 success: in quick_pit_calibrate()
/arch/sparc/kernel/
Dperf_event.c1254 goto success; in sparc_check_constraints()
1262 goto success; in sparc_check_constraints()
1271 goto success; in sparc_check_constraints()
1278 goto success; in sparc_check_constraints()
1286 goto success; in sparc_check_constraints()
1292 success: in sparc_check_constraints()
/arch/powerpc/platforms/cell/spufs/
Dsched.c721 int success = 0; in __spu_schedule() local
730 success = 1; in __spu_schedule()
734 if (success) in __spu_schedule()

12