Home
last modified time | relevance | path

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

12

/arch/sparc/prom/
Dranges.c68 int success; in prom_ranges_init() local
77 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init()
80 if (success != -1) in prom_ranges_init()
81 num_obio_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_ranges_init()
91 int success; in prom_apply_generic_ranges() local
95 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges()
98 if (success != -1) { in prom_apply_generic_ranges()
99 num_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges()
104 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges()
107 if (success != -1) { in prom_apply_generic_ranges()
[all …]
/arch/alpha/include/asm/
Dspinlock.h111 int success; in arch_read_trylock() local
124 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock()
127 return success; in arch_read_trylock()
133 int success; in arch_write_trylock() local
146 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock()
149 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.c79 goto success; in arch_get_unmapped_area()
91 goto success; in arch_get_unmapped_area()
99 goto success; in arch_get_unmapped_area()
108 success: in arch_get_unmapped_area()
/arch/x86/include/asm/
Dcmpxchg.h160 bool success; \
170 : CC_OUT(z) (success), \
182 : CC_OUT(z) (success), \
194 : CC_OUT(z) (success), \
206 : CC_OUT(z) (success), \
216 if (unlikely(!success)) \
218 likely(success); \
/arch/xtensa/include/asm/
Dasm-uaccess.h93 .macro kernel_ok at, sp, success
95 beqz \at, \success
/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c87 bool success; in grab_next_hostcore() local
100 success = cmpxchg64(&rm_core[core].rm_state.raw, in grab_next_hostcore()
102 if (success) { in grab_next_hostcore()
183 bool success; in icp_rm_try_update() local
189 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update()
190 if (!success) in icp_rm_try_update()
216 return success; in icp_rm_try_update()
247 bool success; in icp_rm_try_to_deliver() local
255 success = new_state.cppr > priority && in icp_rm_try_to_deliver()
263 if (success) { in icp_rm_try_to_deliver()
[all …]
Dbook3s_xics.c279 bool success; in icp_try_update() local
285 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_try_update()
286 if (!success) in icp_try_update()
318 return success; in icp_try_update()
343 bool success; in icp_try_to_deliver() local
354 success = new_state.cppr > priority && in icp_try_to_deliver()
362 if (success) { in icp_try_to_deliver()
377 return success; in icp_try_to_deliver()
/arch/cris/arch-v10/drivers/
Deeprom.c153 int success = 0; in eeprom_init() local
203 success = 1; in eeprom_init()
230 success = 1; in eeprom_init()
256 if(!success) in eeprom_init()
270 success = 1; in eeprom_init()
290 success = 1; in eeprom_init()
305 if (!success) in eeprom_init()
/arch/x86/platform/olpc/
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()
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()
/arch/mips/kernel/
Dunaligned.c1473 goto success; in emulate_load_store_microMIPS()
1492 goto success; in emulate_load_store_microMIPS()
1512 goto success; in emulate_load_store_microMIPS()
1535 goto success; in emulate_load_store_microMIPS()
1575 goto success; in emulate_load_store_microMIPS()
1612 goto success; in emulate_load_store_microMIPS()
1651 goto success; in emulate_load_store_microMIPS()
1693 goto success; in emulate_load_store_microMIPS()
1746 goto success; in emulate_load_store_microMIPS()
1797 goto success; in emulate_load_store_microMIPS()
[all …]
Dr2300_fpu.S126 li v0, 0 # assume success
160 li v0, 0 # assume success
Dr4k_fpu.S302 li v0, 0 # success
368 li v0, 0 # success
/arch/x86/mm/
Dpat_rbtree.c144 goto success; in memtype_rb_check_conflict()
157 goto success; in memtype_rb_check_conflict()
166 success: in memtype_rb_check_conflict()
/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/alpha/kernel/
Dperf_event.c161 goto success; in ev67_check_constraints()
171 goto success; in ev67_check_constraints()
181 goto success; in ev67_check_constraints()
191 goto success; in ev67_check_constraints()
198 success: in ev67_check_constraints()
/arch/x86/xen/
Dmmu_pv.c2528 int success; in xen_exchange_memory() local
2549 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory()
2551 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory()
2552 BUG_ON(success && (rc != 0)); in xen_exchange_memory()
2554 return success; in xen_exchange_memory()
2563 int success; in xen_create_contiguous_region() local
2584 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region()
2589 if (success) in xen_create_contiguous_region()
2597 return success ? 0 : -ENOMEM; in xen_create_contiguous_region()
2605 int success; in xen_destroy_contiguous_region() local
[all …]
/arch/powerpc/kernel/
Dsetup_64.c454 bool success = true; in parse_cache_info() local
474 success = false; in parse_cache_info()
489 return success; in parse_cache_info()
/arch/sparc/kernel/
Dperf_event.c1269 goto success; in sparc_check_constraints()
1277 goto success; in sparc_check_constraints()
1286 goto success; in sparc_check_constraints()
1293 goto success; in sparc_check_constraints()
1301 goto success; in sparc_check_constraints()
1307 success: in sparc_check_constraints()
Dwof.S361 be,a spwin_finish_up + 0x4 ! cool beans, success
/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()
/arch/arm/kernel/
Dsleep.S116 mov r0, #0 @ return zero on success
/arch/x86/kernel/apic/
Dvector.c156 goto success; in __assign_irq_vector()
221 success: in __assign_irq_vector()
/arch/x86/kernel/
Dtsc.c564 goto success; in quick_pit_calibrate()
570 success: in quick_pit_calibrate()

12