Home
last modified time | relevance | path

Searched refs:success (Results 1 – 200 of 291) sorted by relevance

12

/linux-4.1.27/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 …]
/linux-4.1.27/Documentation/mic/mpssd/
Dmpss45 success
73 success
94 success
100 [ $RETVAL -ne 0 ] && failure || success
113 success
138 [ $RETVAL -ne 0 ] && failure || success
165 success
176 [ $RETVAL -ne 0 ] && failure || success
/linux-4.1.27/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()
/linux-4.1.27/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 …]
Diskeleton.S195 | d0 = 0 -> success; non-zero -> failure
/linux-4.1.27/drivers/video/backlight/
Djornada720_lcd.c44 goto success; in jornada_lcd_get_contrast()
50 success: in jornada_lcd_get_contrast()
65 goto success; in jornada_lcd_set_contrast()
71 success: in jornada_lcd_set_contrast()
/linux-4.1.27/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()
/linux-4.1.27/lib/
Dglob.c143 bool success = match == expected; in test() local
153 if (!success) in test()
158 return success; in test()
161 return success; in test()
/linux-4.1.27/include/trace/events/
Dtimer.h329 TP_PROTO(int success, char *error_msg),
331 TP_ARGS(success, error_msg),
334 __field( int , success )
339 __entry->success = success;
343 TP_printk("success=%s msg=%s", __entry->success ? "yes" : "no", __get_str(msg))
Dsched.h58 TP_PROTO(struct task_struct *p, int success),
60 TP_ARGS(__perf_task(p), success),
66 __field( int, success )
74 __entry->success = success;
80 __entry->success, __entry->target_cpu)
84 TP_PROTO(struct task_struct *p, int success),
85 TP_ARGS(p, success));
91 TP_PROTO(struct task_struct *p, int success),
92 TP_ARGS(p, success));
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c96 bool success; in icp_rm_try_update() local
102 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update()
103 if (!success) in icp_rm_try_update()
129 return success; in icp_rm_try_update()
160 bool success; in icp_rm_try_to_deliver() local
168 success = new_state.cppr > priority && in icp_rm_try_to_deliver()
176 if (success) { in icp_rm_try_to_deliver()
191 return success; in icp_rm_try_to_deliver()
Dbook3s_xics.c273 bool success; in icp_try_update() local
279 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_try_update()
280 if (!success) in icp_try_update()
312 return success; in icp_try_update()
337 bool success; in icp_try_to_deliver() local
348 success = new_state.cppr > priority && in icp_try_to_deliver()
356 if (success) { in icp_try_to_deliver()
371 return success; in icp_try_to_deliver()
/linux-4.1.27/kernel/locking/
Dpercpu-rwsem.c57 bool success = false; in update_fast_ctr() local
62 success = true; in update_fast_ctr()
66 return success; in update_fast_ctr()
/linux-4.1.27/include/linux/
Dif_macvlan.h67 unsigned int len, bool success, in macvlan_count_rx() argument
70 if (likely(success)) { in macvlan_count_rx()
91 unsigned int len, bool success,
Daudit.h162 int success = is_syscall_success(pt_regs); in audit_syscall_exit() local
165 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
Dsuspend.h55 int success; member
/linux-4.1.27/arch/mips/kernel/
Dunaligned.c1364 goto success; in emulate_load_store_microMIPS()
1383 goto success; in emulate_load_store_microMIPS()
1403 goto success; in emulate_load_store_microMIPS()
1426 goto success; in emulate_load_store_microMIPS()
1466 goto success; in emulate_load_store_microMIPS()
1503 goto success; in emulate_load_store_microMIPS()
1542 goto success; in emulate_load_store_microMIPS()
1584 goto success; in emulate_load_store_microMIPS()
1637 goto success; in emulate_load_store_microMIPS()
1688 goto success; in emulate_load_store_microMIPS()
[all …]
Dr4k_fpu.S97 li v0, 0 # success
157 li v0, 0 # success
220 li v0, 0 # success
272 li v0, 0 # success
Dr2300_fpu.S33 li v0, 0 # assume success
88 li v0, 0 # assume success
/linux-4.1.27/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()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe.c78 goto success; in ipipe_set_lutdpc_params()
91 success: in ipipe_set_lutdpc_params()
180 goto success; in ipipe_set_otfdpc_params()
189 success: in ipipe_set_otfdpc_params()
238 goto success; in ipipe_set_nf_params()
248 success: in ipipe_set_nf_params()
308 goto success; in ipipe_set_gic_params()
317 success: in ipipe_set_gic_params()
365 goto success; in ipipe_set_wb_params()
372 success: in ipipe_set_wb_params()
[all …]
/linux-4.1.27/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()
/linux-4.1.27/drivers/input/touchscreen/
Dtsc2005.c396 bool success = true; in tsc2005_selftest_show() local
409 success = false; in tsc2005_selftest_show()
418 success = false; in tsc2005_selftest_show()
426 success = false; in tsc2005_selftest_show()
433 success = false; in tsc2005_selftest_show()
441 if (!success) in tsc2005_selftest_show()
449 success = false; in tsc2005_selftest_show()
456 success = false; in tsc2005_selftest_show()
463 return sprintf(buf, "%d\n", success); in tsc2005_selftest_show()
/linux-4.1.27/fs/jbd2/
Drecovery.c425 int err, success = 0; in do_one_pass() local
577 success = err; in do_one_pass()
605 success = -EIO; in do_one_pass()
806 if (!success) in do_one_pass()
807 success = -EIO; in do_one_pass()
810 if (block_error && success == 0) in do_one_pass()
811 success = -EIO; in do_one_pass()
812 return success; in do_one_pass()
/linux-4.1.27/drivers/w1/slaves/
Dw1_bq27000.c70 goto success; in w1_bq27000_add_slave()
74 success: in w1_bq27000_add_slave()
Dw1_ds2760.c151 goto success; in w1_ds2760_add_slave()
158 success: in w1_ds2760_add_slave()
/linux-4.1.27/drivers/s390/block/
Ddasd_erp.c126 int success; in dasd_default_erp_postaction() local
132 success = cqr->status == DASD_CQR_DONE; in dasd_default_erp_postaction()
153 if (success) in dasd_default_erp_postaction()
/linux-4.1.27/fs/jbd/
Drecovery.c322 int err, success = 0; in do_one_pass() local
442 success = err; in do_one_pass()
558 if (!success) in do_one_pass()
559 success = -EIO; in do_one_pass()
563 return success; in do_one_pass()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt131 Returns: 0 on success; -1 on error
189 Returns: 0 on success, -1 on error
200 Returns: vcpu fd on success, -1 on error
240 Returns: 0 on success, -1 on error
264 Returns: 0 (success), -1 (error)
275 Returns: 0 on success, -1 on error
292 Returns: 0 on success, -1 on error
322 Returns: 0 on success, -1 on error
335 Returns: 0 on success, -1 on error
363 Returns: 0 on success, -1 on error
[all …]
/linux-4.1.27/net/mac80211/
Drc80211_minstrel.c164 mrs->cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_calc_rate_stats()
180 mrs->succ_hist += mrs->success; in minstrel_calc_rate_stats()
185 mrs->last_success = mrs->success; in minstrel_calc_rate_stats()
187 mrs->success = 0; in minstrel_calc_rate_stats()
272 int success; in minstrel_tx_status() local
274 success = !!(info->flags & IEEE80211_TX_STAT_ACK); in minstrel_tx_status()
287 mi->r[ndx].stats.success += success; in minstrel_tx_status()
Drc80211_minstrel.h59 u16 success, last_success; member
Dtrace.h1901 TP_PROTO(struct ieee80211_sub_if_data *sdata, bool success),
1903 TP_ARGS(sdata, success),
1907 __field(bool, success)
1912 __entry->success = success;
1917 VIF_PR_ARG, __entry->success
Drc80211_minstrel_ht.c745 rate->success += info->status.ampdu_ack_len; in minstrel_ht_tx_status()
756 MINSTREL_FRAC(rate->success, rate->attempts) < in minstrel_ht_tx_status()
764 MINSTREL_FRAC(rate2->success, rate2->attempts) < in minstrel_ht_tx_status()
/linux-4.1.27/net/rxrpc/
Dar-transport.c126 success: in rxrpc_get_transport()
140 goto success; in rxrpc_get_transport()
147 goto success; in rxrpc_get_transport()
Dar-peer.c166 success: in rxrpc_get_peer()
182 goto success; in rxrpc_get_peer()
189 goto success; in rxrpc_get_peer()
Daf_rxrpc.c534 goto success; in rxrpc_setsockopt()
571 goto success; in rxrpc_setsockopt()
578 success: in rxrpc_setsockopt()
Dar-connection.c716 success: in rxrpc_incoming_connection()
730 goto success; in rxrpc_incoming_connection()
741 goto success; in rxrpc_incoming_connection()
Dar-output.c687 success: in rxrpc_send_data()
705 goto success; in rxrpc_send_data()
/linux-4.1.27/arch/x86/mm/
Dpat_rbtree.c134 goto success; in memtype_rb_check_conflict()
147 goto success; in memtype_rb_check_conflict()
156 success: in memtype_rb_check_conflict()
/linux-4.1.27/drivers/net/wan/
Dsdla.c763 int i=0, received, success, addr, buf_base, buf_top; in sdla_receive() local
767 success = 1; in sdla_receive()
784 success = cmd->opp_flag; in sdla_receive()
785 if (!success) in sdla_receive()
796 success = pbuf->opp_flag; in sdla_receive()
797 if (!success) in sdla_receive()
809 if (success) in sdla_receive()
820 success = 0; in sdla_receive()
824 if (success) in sdla_receive()
832 success = 0; in sdla_receive()
[all …]
/linux-4.1.27/tools/perf/scripts/python/
Dsched-migration.py353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
354 if success == 0:
430 common_callchain, comm, pid, prio, success, argument
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
438 common_callchain, comm, pid, prio, success, argument
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Devent.c134 bool success) in wlcore_event_channel_switch() argument
140 __func__, roles_bitmap, success); in wlcore_event_channel_switch()
154 ieee80211_chswitch_done(vif, success); in wlcore_event_channel_switch()
Devent.h80 bool success);
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c20 unsigned int len, bool success, bool mcast) in ipvlan_count_rx() argument
25 if (likely(success)) { in ipvlan_count_rx()
259 bool success = false; in ipvlan_rcv_frame() local
276 success = true; in ipvlan_rcv_frame()
279 success = true; in ipvlan_rcv_frame()
283 ipvlan_count_rx(ipvlan, len, success, false); in ipvlan_rcv_frame()
/linux-4.1.27/net/netfilter/
Dnfnetlink.c279 bool success = true, done = false; in nfnetlink_rcv_batch() local
339 success = false; in nfnetlink_rcv_batch()
405 success = false; in nfnetlink_rcv_batch()
413 success = false; in nfnetlink_rcv_batch()
422 if (success && done) in nfnetlink_rcv_batch()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_request.c570 int success) in lov_fini_statfs() argument
572 if (success) { in lov_fini_statfs()
606 int success) in lov_update_statfs() argument
611 if (success == 0) { in lov_update_statfs()
671 int success; in cb_statfs_update() local
679 success = atomic_read(&set->set_success); in cb_statfs_update()
699 lov_update_statfs(osfs, lov_sfs, success); in cb_statfs_update()
Dlov_internal.h225 int success);
227 int success);
/linux-4.1.27/drivers/media/dvb-core/
Ddemux.h145 enum dmx_success success);
152 enum dmx_success success);
Ddvb_net.c764 struct dmx_ts_feed *feed, enum dmx_success success) in dvb_net_ts_callback() argument
874 enum dmx_success success) argument
Ddmxdev.c356 enum dmx_success success) in dvb_dmxdev_section_callback() argument
390 enum dmx_success success) in dvb_dmxdev_ts_callback() argument
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c286 goto success; in libipw_xmit()
292 goto success; in libipw_xmit()
308 goto success; in libipw_xmit()
510 success: in libipw_xmit()
/linux-4.1.27/drivers/power/
Dpmu_battery.c190 goto success; in pmu_bat_init()
203 success: in pmu_bat_init()
Dds2760_battery.c576 goto success; in ds2760_battery_probe()
582 success: in ds2760_battery_probe()
/linux-4.1.27/arch/alpha/kernel/
Dperf_event.c160 goto success; in ev67_check_constraints()
170 goto success; in ev67_check_constraints()
180 goto success; in ev67_check_constraints()
190 goto success; in ev67_check_constraints()
197 success: in ev67_check_constraints()
/linux-4.1.27/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh88 echo $FUNCNAME $memory: unexpected success >&2
110 echo $FUNCNAME $memory: unexpected success >&2
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh102 echo $FUNCNAME $cpu: unexpected success >&2
124 echo $FUNCNAME $cpu: unexpected success >&2
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h786 bool success; in __ttm_bo_reserve() local
790 success = ww_mutex_trylock(&bo->resv->lock); in __ttm_bo_reserve()
791 return success ? 0 : -EBUSY; in __ttm_bo_reserve()
/linux-4.1.27/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
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_tx.c600 goto success; in rtllib_xmit_inter()
608 goto success; in rtllib_xmit_inter()
630 goto success; in rtllib_xmit_inter()
666 goto success; in rtllib_xmit_inter()
884 goto success; in rtllib_xmit_inter()
899 success: in rtllib_xmit_inter()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00dev.c329 bool success; in rt2x00lib_txdone() local
377 success = in rt2x00lib_txdone()
385 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone()
386 rt2x00dev->link.qual.tx_failed += !success; in rt2x00lib_txdone()
424 if (success) in rt2x00lib_txdone()
443 tx_info->status.ampdu_ack_len = success ? 1 : 0; in rt2x00lib_txdone()
445 if (!success) in rt2x00lib_txdone()
450 if (success) in rt2x00lib_txdone()
Drt2x00debug.c39 unsigned long success; member
153 intf->crypto_stats[cipher].success += (status == RX_CRYPTO_SUCCESS); in rt2x00debug_update_crypto()
408 intf->crypto_stats[i].success, in rt2x00debug_read_crypto_stats()
/linux-4.1.27/Documentation/
Drpmsg.txt76 Returns 0 on success and an appropriate error value on failure.
93 Returns 0 on success and an appropriate error value on failure.
111 Returns 0 on success and an appropriate error value on failure.
123 Returns 0 on success and an appropriate error value on failure.
137 Returns 0 on success and an appropriate error value on failure.
152 Returns 0 on success and an appropriate error value on failure.
187 Returns a pointer to the endpoint on success, or NULL on error.
203 Returns 0 on success, and an appropriate error value on failure.
Dhwspinlock.txt52 - free a previously-assigned hwspinlock; returns 0 on success, or an
100 Returns 0 on success and an appropriate error code otherwise (most
110 Returns 0 on success and an appropriate error code otherwise (most
121 Returns 0 on success and an appropriate error code otherwise (most
236 Returns 0 on success, or appropriate error code on failure.
243 Returns the address of hwspinlock on success, or NULL on error (e.g.
300 return 0 on failure and 1 on success. This callback may _not_ sleep.
Dremoteproc.txt35 Returns 0 on success, and an appropriate error value otherwise.
95 On success, the new rproc is returned, and on failure, NULL.
112 Returns 0 on success and an appropriate error code otherwise.
130 Returns 0 on success and -EINVAL if @rproc isn't valid.
164 On success, 0 should be returned, and on failure, an appropriate error code.
167 On success, 0 is returned, and on failure, an appropriate error code.
Dpercpu-rw-semaphore.txt18 The lock is initialized percpu_init_rwsem, it returns 0 on success and
DCodeOfConflict10 the overall success of Linux. This development process has been proven
Ddigsig.txt60 * @return: 0 on success, -EINVAL otherwise
Dpadata.txt46 padata_start returns zero on success (flag set) or -EINVAL if the
121 padata_do_parallel() is zero on success, indicating that the work is in
Dflexible-arrays.txt58 will be used. The return value is zero on success, a negative error code
Dvme_api.txt147 These functions return 0 on success or an error code should the call fail.
202 These functions return 0 on success or an error code should the call fail.
Dpnp.txt118 - returns zero for success or a negative error number for failure; count
Dkprobes.txt149 If the entry_handler returns 0 (success) then a corresponding return handler
368 register_kprobe() returns 0 on success, or a negative errno otherwise.
414 register_jprobe() returns 0 on success, or a negative errno otherwise.
426 register_kretprobe() returns 0 on success, or a negative errno
Dparport-lowlevel.txt183 Zero on success, otherwise an error code.
643 0 success
812 Zero on success, in which case the coordinates are (*parport, *mux,
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-kernel-api.txt33 This routine returns zero on success and a negative errno code for failure.
125 parameter. It returns zero on success or a negative errno code for failure.
128 parameter. It returns zero on success or a negative errno code for failure.
140 parameter. It returns zero on success or a negative errno code for failure.
152 timer device. It returns 0 on success, -EINVAL for "parameter out of range"
153 and -EIO for "could not write value to the watchdog". On success this
226 This routine returns zero on success and a negative errno code for failure.
/linux-4.1.27/arch/x86/xen/
Dmmu.c2251 int success; in xen_exchange_memory() local
2272 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory()
2274 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory()
2275 BUG_ON(success && (rc != 0)); in xen_exchange_memory()
2277 return success; in xen_exchange_memory()
2286 int success; in xen_create_contiguous_region() local
2310 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region()
2315 if (success) in xen_create_contiguous_region()
2323 return success ? 0 : -ENOMEM; in xen_create_contiguous_region()
2331 int success; in xen_destroy_contiguous_region() local
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c628 goto success; in ieee80211_xmit()
636 goto success; in ieee80211_xmit()
650 goto success; in ieee80211_xmit()
851 goto success; in ieee80211_xmit()
866 success: in ieee80211_xmit()
/linux-4.1.27/kernel/trace/
Dtrace_sched_switch.c29 probe_sched_wakeup(void *ignore, struct task_struct *wakee, int success) in probe_sched_wakeup() argument
Dring_buffer.c1570 int retries, success; in rb_insert_pages() local
1588 success = 0; in rb_insert_pages()
1617 success = 1; in rb_insert_pages()
1622 if (success) in rb_insert_pages()
1628 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages()
1632 if (!success) { in rb_insert_pages()
1640 return success; in rb_insert_pages()
1645 int success; in rb_update_pages() local
1648 success = rb_insert_pages(cpu_buffer); in rb_update_pages()
1650 success = rb_remove_pages(cpu_buffer, in rb_update_pages()
[all …]
Dtrace_sched_wakeup.c517 probe_wakeup(void *ignore, struct task_struct *p, int success) in probe_wakeup() argument
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/linux-4.1.27/arch/s390/kernel/
Dsclp.S108 # R2 = 0 on success, 1 on failure
141 # R2 = 0 on success, non-zero on failure
201 # R2 = 0 on success, 1 on failure
263 # R2 = 0 on success, 1 on failure
/linux-4.1.27/drivers/parport/
Dieee1284_ops.c441 goto success; in parport_ieee1284_ecp_write_data()
473 success: in parport_ieee1284_ecp_write_data()
677 goto success; in parport_ieee1284_ecp_write_addr()
709 success: in parport_ieee1284_ecp_write_addr()
Dparport_serial.c548 int n, success = 0; in parport_register() local
595 success = 1; in parport_register()
600 card->postinit_hook (dev, card, !success); in parport_register()
/linux-4.1.27/tools/perf/scripts/perl/
Dwakeup-latency.pl55 $comm, $pid, $prio, $success, $target_cpu) = @_;
/linux-4.1.27/drivers/md/
Ddm-region-hash.c364 static void complete_resync_work(struct dm_region *reg, int success) in complete_resync_work() argument
368 rh->log->type->set_region_sync(rh->log, reg->key, success); in complete_resync_work()
661 void dm_rh_recovery_end(struct dm_region *reg, int success) in dm_rh_recovery_end() argument
666 if (success) in dm_rh_recovery_end()
Ddm-snap-transient.c56 void (*callback) (void *, int success), in transient_commit_exception() argument
Ddm-exception-store.h74 void (*callback) (void *, int success),
Dbitmap.h254 unsigned long sectors, int success, int behind);
Draid1.c1852 int success = 0; in fix_sync_read_error() local
1868 success = 1; in fix_sync_read_error()
1875 } while (!success && d != r1_bio->read_disk); in fix_sync_read_error()
1877 if (!success) { in fix_sync_read_error()
2109 int success = 0; in fix_read_error() local
2134 success = 1; in fix_read_error()
2140 } while (!success && d != read_disk); in fix_read_error()
2142 if (!success) { in fix_read_error()
Ddm-snap-persistent.c94 void (*callback)(void *, int success);
698 void (*callback) (void *, int success), in persistent_commit_exception() argument
Draid10.c2393 int success = 0; in fix_read_error() local
2413 success = sync_page_io(rdev, in fix_read_error()
2420 if (success) in fix_read_error()
2426 } while (!success && sl != r10_bio->read_slot); in fix_read_error()
2429 if (!success) { in fix_read_error()
4575 int success = 0; in handle_reshape_read_error() local
4581 while (!success) { in handle_reshape_read_error()
4591 success = sync_page_io(rdev, in handle_reshape_read_error()
4596 if (success) in handle_reshape_read_error()
4605 if (!success) { in handle_reshape_read_error()
Dbitmap.c1422 int success, int behind) in bitmap_endwrite() argument
1446 if (success && !bitmap->mddev->degraded && in bitmap_endwrite()
1453 if (!success && !NEEDED(*bmc)) in bitmap_endwrite()
/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.c488 bool success; in clk_gate() local
502 success = __clk_gate(ccu, gate, enable); in clk_gate()
507 if (success) in clk_gate()
1252 bool success = true; in kona_ccu_init() local
1263 success &= __kona_clk_init(bcm_clk); in kona_ccu_init()
1268 return success; in kona_ccu_init()
/linux-4.1.27/fs/cifs/
Dcifs_dfs_ref.c338 goto success; in cifs_dfs_do_automount()
346 success: in cifs_dfs_do_automount()
Dcifs_unicode.c272 goto success; in cifs_strtoUTF16()
293 success: in cifs_strtoUTF16()
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvm.txt61 0 in case of success
85 0 in case of success
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dgp8psk-fe.c320 goto success; in gp8psk_fe_attach()
323 success: in gp8psk_fe_attach()
/linux-4.1.27/arch/xtensa/include/asm/
Duaccess.h101 .macro kernel_ok at, sp, success
103 beqz \at, \success
/linux-4.1.27/fs/afs/
Dvolume.c92 goto success; in afs_volume_lookup()
141 success: in afs_volume_lookup()
Dvlocation.c430 goto success; in afs_vlocation_lookup()
472 success: in afs_vlocation_lookup()
Ddir.c538 goto success; in afs_lookup()
561 success: in afs_lookup()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_main.c82 goto success; in udl_parse_vendor_descriptor()
88 success: in udl_parse_vendor_descriptor()
/linux-4.1.27/drivers/hwmon/
Dabituguru.c1464 char success = 1; in abituguru_update_device() local
1468 success = 0; in abituguru_update_device()
1490 success = 1; in abituguru_update_device()
1494 if (!success && (err == -EBUSY || err >= 0)) { in abituguru_update_device()
1502 success = 1; in abituguru_update_device()
1509 if (success) in abituguru_update_device()
1514 if (success) in abituguru_update_device()
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt49 returns success) replaces value stored in netdev->features.
54 1. device's registration, after ndo_init returned success
59 are treated as always returning success.
Dfore200e.txt63 Feedback is welcome. Please send success stories/bug reports/
Dxfrm_sync.txt136 A response is issued back to the sender in user space to indicate success
138 In the case of success, additionally an event with
Dgen_stats.txt102 success
Ddns_resolver.txt98 The length of the result string is returned on success, and a negative
Darcnet.txt22 Come on, be a sport! Send me a success report!
31 If you don't e-mail me about your success/failure soon, I may be forced to
172 these is not tested. If you have one, please mail the author with a success
/linux-4.1.27/fs/fscache/
Dobject.c354 bool success; in fscache_initialise_object() local
382 success = false; in fscache_initialise_object()
386 success = true; in fscache_initialise_object()
390 if (!success) { in fscache_initialise_object()
/linux-4.1.27/drivers/mmc/host/
Dmmci.c919 u32 remain, success; in mmci_data_irq() local
935 success = data->blksz * data->blocks - remain; in mmci_data_irq()
938 status, success); in mmci_data_irq()
941 success -= 1; in mmci_data_irq()
950 if (success > host->variant->fifosize) in mmci_data_irq()
951 success -= host->variant->fifosize; in mmci_data_irq()
953 success = 0; in mmci_data_irq()
956 data->bytes_xfered = round_down(success, data->blksz); in mmci_data_irq()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.h211 bool success);
Dcore.c547 bool success) in brcmf_txfinalize() argument
566 if (!success) in brcmf_txfinalize()
572 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success) in brcmf_txcomplete() argument
580 if (!success) in brcmf_txcomplete()
586 brcmf_txfinalize(drvr, txp, ifidx, success); in brcmf_txcomplete()
Dbus.h208 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success);
/linux-4.1.27/Documentation/fmc/
Dfmc-write-eeprom.txt50 [19983.414615] spec 0000:03:00.0: write_eeprom: success
73 [ 130.894567] fake-fmc: write_eeprom: success
Dcarrier.txt300 * On success, 0 or positive. The value returned is the number of
301 high input bits (if no input is configured, the value for success
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_context.h173 *qp_handle_array, bool success);
Dvmci_context.c893 bool success) in vmci_ctx_rcv_notifications_release() argument
898 if (!success) { in vmci_ctx_rcv_notifications_release()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.c449 int success = 1, retry = 1; in zd_mac_tx_status() local
456 success = !tx_status->failure; in zd_mac_tx_status()
457 retry = tx_status->retry + success; in zd_mac_tx_status()
460 if (success) { in zd_mac_tx_status()
507 int success = !tx_status->failure; in zd_mac_tx_failed() local
508 int retry = tx_status->retry + success; in zd_mac_tx_failed()
/linux-4.1.27/mm/
Dmprotect.c296 goto success; in mprotect_fixup()
313 success: in mprotect_fixup()
Dmadvise.c108 goto success; in madvise_behavior()
125 success: in madvise_behavior()
Dmlock.c516 goto success; in mlock_fixup()
531 success: in mlock_fixup()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_keys.c70 goto success; in qib_alloc_lkey()
103 success: in qib_alloc_lkey()
/linux-4.1.27/Documentation/hwmon/
Dmax19734 On success, the function must return the 12-bit raw value read from the chip,
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-rs.c256 struct il3945_rate_scale_data *win, int success, in il3945_collect_tx_data() argument
297 if (success > 0) { in il3945_collect_tx_data()
300 success--; in il3945_collect_tx_data()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_phy.h60 u32 usec_interval, bool *success);
/linux-4.1.27/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()
Dwof.S360 be,a spwin_finish_up + 0x4 ! cool beans, success
/linux-4.1.27/tools/testing/ktest/
Dktest.pl2489 sub success { subroutine
2954 success $i;
3362 success $i;
3495 success $i;
4011 success $i;
4045 success $i;
4348 success $i;
4368 success $i;
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dfwcmd.h261 u8 success:1; member
Dtx.c477 const bool success) in carl9170_tx_status() argument
487 if (success) in carl9170_tx_status()
664 bool success = true; in __carl9170_tx_process_status() local
680 success = false; in __carl9170_tx_process_status()
686 carl9170_tx_status(ar, skb, success); in __carl9170_tx_process_status()
Dcarl9170.h582 const bool success);
/linux-4.1.27/sound/usb/usx2y/
Dus122l.c337 bool success = false; in us122l_start() local
374 success = true; in us122l_start()
376 return success; in us122l_start()
/linux-4.1.27/drivers/dma/
Ds3c24xx-dma.c618 bool success; in s3c24xx_dma_phy_free() local
626 success = next->state == S3C24XX_DMA_CHAN_WAITING; in s3c24xx_dma_phy_free()
627 if (success) in s3c24xx_dma_phy_free()
632 if (!success) in s3c24xx_dma_phy_free()
Damba-pl08x.c712 bool success; in pl08x_phy_free() local
720 success = next->state == PL08X_CHAN_WAITING; in pl08x_phy_free()
721 if (success) in pl08x_phy_free()
726 if (!success) in pl08x_phy_free()
/linux-4.1.27/Documentation/i2c/busses/
Di2c-sis96x46 reports and/or success stories as well.
/linux-4.1.27/net/ipv6/
Dicmp.c682 bool success = false; in icmpv6_rcv() local
730 success = ping_rcv(skb); in icmpv6_rcv()
797 if (success) in icmpv6_rcv()
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt133 r0 = success code (zero or non-zero)
225 r0 = success code (zero or non-zero)
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c343 if (!rlen) goto success; in i2c_hack_cx25840()
372 success: in i2c_hack_cx25840()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.c738 goto success; in ath10k_core_fetch_firmware_files()
745 goto success; in ath10k_core_fetch_firmware_files()
752 goto success; in ath10k_core_fetch_firmware_files()
761 success: in ath10k_core_fetch_firmware_files()
/linux-4.1.27/drivers/target/
Dtarget_core_sbc.c324 static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, in xdreadwrite_callback() argument
389 static sense_reason_t compare_and_write_post(struct se_cmd *cmd, bool success, in compare_and_write_post() argument
415 static sense_reason_t compare_and_write_callback(struct se_cmd *cmd, bool success, in compare_and_write_callback() argument
433 if (!success && (!cmd->t_data_sg || !cmd->t_bidi_data_sg)) in compare_and_write_callback()
/linux-4.1.27/sound/pci/lola/
Dlola_mixer.c427 int success = 0; in lola_set_src_config() local
449 success++; in lola_set_src_config()
453 if (success) in lola_set_src_config()
/linux-4.1.27/net/ipv4/
Dicmp.c956 bool success; in icmp_rcv() local
1023 success = icmp_pointers[icmph->type].handler(skb); in icmp_rcv()
1025 if (success) { in icmp_rcv()
Dinet_connection_sock.c182 goto success; in inet_csk_get_port()
189 goto success; in inet_csk_get_port()
228 success: in inet_csk_get_port()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dsched.c720 int success = 0; in __spu_schedule() local
729 success = 1; in __spu_schedule()
733 if (success) in __spu_schedule()
/linux-4.1.27/arch/x86/kernel/
Dtsc.c618 goto success; in quick_pit_calibrate()
624 success: in quick_pit_calibrate()
/linux-4.1.27/arch/arm/kernel/
Dsleep.S115 mov r0, #0 @ return zero on success
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt43 0=success and -1=command undefined.
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.h253 u64 success; member
Drs.c703 pers->tx_stats[tbl->column][scale_index].success += successes; in rs_collect_tx_data()
1156 int attempts, success; in iwl_mvm_rs_tx_status() local
1166 success = info->status.ampdu_ack_len; in iwl_mvm_rs_tx_status()
1169 success = !!(info->flags & IEEE80211_TX_STAT_ACK); in iwl_mvm_rs_tx_status()
1173 lq_sta->pers.tx_stats[column][index].success += success; in iwl_mvm_rs_tx_status()
1176 tx_resp_hwrate, success, attempts); in iwl_mvm_rs_tx_status()
3585 stats->success, in rs_sta_dbgfs_drv_tx_stats_read()
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-perl.txt70 field:int success;
81 $comm, $pid, $prio, $success, $target_cpu) = @_;
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt211 success: 20
226 Field success means the success number of suspend to RAM, and field fail means
Druntime_pm.txt318 success, 1 if the device's runtime PM status was already 'suspended', or
331 success, 1 if the device's runtime PM status was already 'active' or
340 success or error code if the request has not been queued up
351 item is queued up immediately); returns 0 on success, 1 if the device's PM
360 success, 1 if the device's runtime PM status was already 'active', or
/linux-4.1.27/drivers/media/rc/img-ir/
Dimg-ir-hw.c665 goto success; in img_ir_change_protocol()
674 goto success; in img_ir_change_protocol()
679 success: in img_ir_change_protocol()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dphy.h60 u32 usec_interval, bool *success);
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h220 __u32 success; member
/linux-4.1.27/Documentation/device-mapper/
Ddm-io.txt65 indicate success or failure on each individual region.
/linux-4.1.27/net/mpls/
Daf_mpls.c101 bool success = true; in mpls_egress() local
132 success = false; in mpls_egress()
133 return success; in mpls_egress()
/linux-4.1.27/Documentation/video4linux/
Duvcvideo.txt126 On success 0 is returned. On error -1 is returned and errno is set
217 On success 0 is returned. On error -1 is returned and errno is set
Dradiotrack.txt28 I did not get much success, but I learned about programming ioports under
/linux-4.1.27/drivers/net/ethernet/sfc/
Dselftest.c149 goto success; in efx_test_interrupts()
156 success: in efx_test_interrupts()
/linux-4.1.27/kernel/power/
Dsuspend.c532 suspend_stats.success++; in pm_suspend()
Dmain.c170 "success", suspend_stats.success, in suspend_stats_show()
/linux-4.1.27/drivers/iio/
Dindustrialio-buffer.c583 int success = 0; in __iio_update_buffers() local
648 success = -EINVAL; in __iio_update_buffers()
727 return success; in __iio_update_buffers()
/linux-4.1.27/fs/cachefiles/
Drdwr.c305 goto success; in cachefiles_read_backing_file_one()
339 success: in cachefiles_read_backing_file_one()
/linux-4.1.27/Documentation/isdn/
DINTERFACE108 0 on success, else -1
125 >=0 on success, else error-code (-ENODEV etc.)
147 Length of data accepted on success, else error-code (-EINVAL on
172 Length of data accepted on success, else error-code (-EINVAL etc.)
196 Length of data on success, else error-code (-EINVAL etc.)
/linux-4.1.27/kernel/
Dauditsc.c1543 void __audit_syscall_exit(int success, long return_code) in __audit_syscall_exit() argument
1548 if (success) in __audit_syscall_exit()
1549 success = AUDITSC_SUCCESS; in __audit_syscall_exit()
1551 success = AUDITSC_FAILURE; in __audit_syscall_exit()
1553 context = audit_take_context(tsk, success, return_code); in __audit_syscall_exit()
Dsignal.c1327 int retval, success; in __kill_pgrp_info() local
1329 success = 0; in __kill_pgrp_info()
1333 success |= !err; in __kill_pgrp_info()
1336 return success ? 0 : retval; in __kill_pgrp_info()
/linux-4.1.27/arch/arm/mach-omap2/
Dsleep44xx.S271 cmp r0, #0x0 @ API returns 0 on success.
/linux-4.1.27/Documentation/filesystems/
Dgfs2-uevents.txt42 success (or otherwise) of the operation. These uevents are generated
Dautofs4-mount-control.txt238 It returns 0 on success or the error -EINVAL if a version mismatch is
249 commands return 0 on success or one of the negative error codes if
293 the arg1 field set to descriptor of the pipe. On success the call
DLocking314 returns zero on success. If ->invalidatepage is zero, the kernel uses
333 of zero indicates success, in which case this file can be used for
338 path after ->swap_activate() returned success.
/linux-4.1.27/drivers/firewire/
Dcore-cdev.c1254 bool skip, free, success; in iso_resource_work() local
1295 success = channel >= 0 || bandwidth > 0; in iso_resource_work()
1308 if (r->todo == ISO_RES_REALLOC && !success && in iso_resource_work()
1320 if (todo == ISO_RES_REALLOC && success) in iso_resource_work()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c173 int i, success = 0; in sh_mobile_ceu_soft_reset() local
180 success++; in sh_mobile_ceu_soft_reset()
189 success++; in sh_mobile_ceu_soft_reset()
195 if (2 != success) { in sh_mobile_ceu_soft_reset()
/linux-4.1.27/drivers/scsi/isci/
Dport.c177 unsigned long success = true; in isci_port_link_up() local
216 success = false; in isci_port_link_up()
225 if (success) in isci_port_link_up()
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_init.c1318 bool success = true; in esas2r_init_msgs() local
1348 success = false; in esas2r_init_msgs()
1353 return success; in esas2r_init_msgs()
/linux-4.1.27/Documentation/trace/
Devents.txt142 field:int success; offset:36; size:4;
145 print fmt: "task %s:%d [%d] success=%d [%03d]", REC->comm, REC->pid,
146 REC->prio, REC->success, REC->cpu
/linux-4.1.27/Documentation/frv/
Datomic-ops.txt101 It simultaneously records the success or failure of the store in ICC3.Z.
/linux-4.1.27/drivers/crypto/
Dhifn_795x.c445 unsigned long success; member
1833 dev->success++; in hifn_clear_rings()
1916 if ((dev->prev_success == dev->success) && dev->started) in hifn_work()
1918 dev->prev_success = dev->success; in hifn_work()
1929 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
/linux-4.1.27/drivers/scsi/
Deata_pio.c441 unsigned char success = 0; in eata_pio_host_reset() local
503 if (success) { /* hmmm... */ in eata_pio_host_reset()
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt151 The function will return 0 upon success or -EKEYREJECTED if the signature
300 negative error code should be returned. On success, 0 should be returned.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex341 Generally, a function returns zero on success and negative on error. A
406 This function returns 0 upon success, and a non-zero value upon
419 This function returns 0 upon success, and a non-zero value upon
452 selected disc on success, a negative value on error. Currently, only
468 necessary. The return value is 0 upon success.
509 (\eg, $CDROMSTART$) may be ignored by returning 0 (success). Other
766 This function returns zero upon success, and non-zero upon
786 success, and non-zero upon failure.
/linux-4.1.27/net/sched/
Dcls_u32.c989 .success = 0}; in u32_dump()
995 mark.success += cnt; in u32_dump()
/linux-4.1.27/drivers/vhost/
Dnet.c265 static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) in vhost_zerocopy_callback() argument
274 vq->heads[ubuf->desc].len = success ? in vhost_zerocopy_callback()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt328 bool success = true;
334 if (success)
/linux-4.1.27/Documentation/i2c/
Dwriting-clients153 handle may be used during foo_probe(). If foo_probe() reports success
388 transactions return 0 on success; the 'read' transactions return the read
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dcom.fuc63 // Out: $p1 clear on success (data available)
/linux-4.1.27/Documentation/w1/
Dw1.netlink140 (EINVAL for example) or zero in case of success.
/linux-4.1.27/Documentation/laptops/
Dasus-laptop.txt243 I appreciate any success or failure
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt195 returns zero in case of success, which indicates MSI interrupts have been
256 On success, the device is switched into MSI-X mode and the function
390 returns zero in case of success, which indicates MSI-X interrupts have been
/linux-4.1.27/fs/btrfs/
Dscrub.c905 int success; in scrub_handle_errored_block() local
1153 success = 1; in scrub_handle_errored_block()
1177 success = 0; in scrub_handle_errored_block()
1197 success = 0; in scrub_handle_errored_block()
1206 success = 0; in scrub_handle_errored_block()
1210 if (success && !sctx->is_dev_replace) { in scrub_handle_errored_block()
/linux-4.1.27/Documentation/fb/
Dsstfb.txt16 Please read the Bug section, and report any success or failure to me
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt316 pcim_enable_device() : after success, all PCI ops become managed
/linux-4.1.27/Documentation/development-process/
D1.Intro190 success of this platform; contributing code is one of the best ways to
191 help ensure that success.
/linux-4.1.27/scripts/kconfig/
Dgconf.c1165 gboolean success; in set_node() local
1173 FALSE, FALSE, &success); in set_node()
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c1779 int success; in coda_finish_decode() local
1803 success = val & 0x1; in coda_finish_decode()
1804 if (!success) in coda_finish_decode()
/linux-4.1.27/Documentation/scsi/
Dscsi_mid_low_api.txt422 * Returns 0 on success, negative errno of failure (e.g. -ENOMEM)
558 * Returns 0 on success, -1 on failure
595 * Returns value: 0 on success, -EINVAL if device not attached
614 * Returns value: 0 on success, 1 on failure (e.g. LLD busy ??)
954 * positive value indicates success and is returned to the user space.
1009 * Returns 0 on success.
/linux-4.1.27/drivers/usb/musb/
Dmusb_host.c1974 goto success; in musb_schedule()
2050 goto success; in musb_schedule()
2059 success: in musb_schedule()
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME151 num_cmd_assoc_ok = <number of associate commands with success return>

12