Home
last modified time | relevance | path

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

12

/linux-4.4.14/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.4.14/Documentation/mic/mpssd/
Dmpss46 success
71 success
92 success
98 [ $RETVAL -ne 0 ] && failure || success
111 success
136 [ $RETVAL -ne 0 ] && failure || success
163 success
174 [ $RETVAL -ne 0 ] && failure || success
/linux-4.4.14/arch/alpha/include/asm/
Dspinlock.h110 int success; in arch_read_trylock() local
123 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock()
126 return success; in arch_read_trylock()
132 int success; in arch_write_trylock() local
145 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock()
148 return success; in arch_write_trylock()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/kernel/locking/
Dpercpu-rwsem.c51 bool success; in update_fast_ctr() local
54 success = rcu_sync_is_idle(&brw->rss); in update_fast_ctr()
55 if (likely(success)) in update_fast_ctr()
59 return success; in update_fast_ctr()
/linux-4.4.14/include/trace/events/
Dtimer.h333 TP_PROTO(int success, char *error_msg),
335 TP_ARGS(success, error_msg),
338 __field( int , success )
343 __entry->success = success;
347 TP_printk("success=%s msg=%s", __entry->success ? "yes" : "no", __get_str(msg))
Dsched.h66 __field( int, success )
74 __entry->success = 1; /* rudiment, kill when possible */
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c94 bool success; in icp_rm_try_update() local
100 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update()
101 if (!success) in icp_rm_try_update()
127 return success; in icp_rm_try_update()
158 bool success; in icp_rm_try_to_deliver() local
166 success = new_state.cppr > priority && in icp_rm_try_to_deliver()
174 if (success) { in icp_rm_try_to_deliver()
189 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.4.14/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.h166 int success = is_syscall_success(pt_regs); in audit_syscall_exit() local
169 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
Dsuspend.h55 int success; member
/linux-4.4.14/drivers/input/touchscreen/
Dtsc200x-core.c272 bool success = true; in tsc200x_selftest_show() local
285 success = false; in tsc200x_selftest_show()
294 success = false; in tsc200x_selftest_show()
302 success = false; in tsc200x_selftest_show()
309 success = false; in tsc200x_selftest_show()
317 if (!success) in tsc200x_selftest_show()
325 success = false; in tsc200x_selftest_show()
332 success = false; in tsc200x_selftest_show()
339 return sprintf(buf, "%d\n", success); in tsc200x_selftest_show()
Drohm_bu21023.c328 bool success = false; in rohm_ts_manual_calibration() local
475 success = true; in rohm_ts_manual_calibration()
486 if (!success) { in rohm_ts_manual_calibration()
/linux-4.4.14/arch/mips/kernel/
Dunaligned.c1446 goto success; in emulate_load_store_microMIPS()
1465 goto success; in emulate_load_store_microMIPS()
1485 goto success; in emulate_load_store_microMIPS()
1508 goto success; in emulate_load_store_microMIPS()
1548 goto success; in emulate_load_store_microMIPS()
1585 goto success; in emulate_load_store_microMIPS()
1624 goto success; in emulate_load_store_microMIPS()
1666 goto success; in emulate_load_store_microMIPS()
1719 goto success; in emulate_load_store_microMIPS()
1770 goto success; in emulate_load_store_microMIPS()
[all …]
Dr2300_fpu.S33 li v0, 0 # assume success
88 li v0, 0 # assume success
Dr4k_fpu.S106 li v0, 0 # success
172 li v0, 0 # success
/linux-4.4.14/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.4.14/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.4.14/fs/jbd2/
Drecovery.c425 int err, success = 0; in do_one_pass() local
576 success = err; in do_one_pass()
604 success = -EFSBADCRC; in do_one_pass()
802 if (!success) in do_one_pass()
803 success = -EIO; in do_one_pass()
806 if (block_error && success == 0) in do_one_pass()
807 success = -EIO; in do_one_pass()
808 return success; in do_one_pass()
/linux-4.4.14/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.4.14/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.4.14/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
269 Returns: 0 (success), -1 (error)
280 Returns: 0 on success, -1 on error
297 Returns: 0 on success, -1 on error
327 Returns: 0 on success, -1 on error
340 Returns: 0 on success, -1 on error
368 Returns: 0 on success, -1 on error
[all …]
/linux-4.4.14/drivers/w1/slaves/
Dw1_bq27000.c71 goto success; in w1_bq27000_add_slave()
75 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.4.14/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.h1933 TP_PROTO(struct ieee80211_sub_if_data *sdata, bool success),
1935 TP_ARGS(sdata, success),
1939 __field(bool, success)
1944 __entry->success = success;
1949 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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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()
264 bool success = false; in ipvlan_rcv_frame() local
283 success = true; in ipvlan_rcv_frame()
286 success = true; in ipvlan_rcv_frame()
290 ipvlan_count_rx(ipvlan, len, success, false); in ipvlan_rcv_frame()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_request.c559 int success) in lov_fini_statfs() argument
561 if (success) { in lov_fini_statfs()
595 int success) in lov_update_statfs() argument
600 if (success == 0) { in lov_update_statfs()
659 int success; in cb_statfs_update() local
667 success = atomic_read(&set->set_success); in cb_statfs_update()
687 lov_update_statfs(osfs, lov_sfs, success); in cb_statfs_update()
Dlov_internal.h188 int success);
190 int success);
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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()
885 goto success; in rtllib_xmit_inter()
900 success: in rtllib_xmit_inter()
/linux-4.4.14/Documentation/
Dhwspinlock.txt56 The function returns a lock id number on success, -EPROBE_DEFER if
62 - free a previously-assigned hwspinlock; returns 0 on success, or an
110 Returns 0 on success and an appropriate error code otherwise (most
120 Returns 0 on success and an appropriate error code otherwise (most
131 Returns 0 on success and an appropriate error code otherwise (most
246 Returns 0 on success, or appropriate error code on failure.
253 Returns the address of hwspinlock on success, or NULL on error (e.g.
310 return 0 on failure and 1 on success. This callback may _not_ sleep.
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.
Dremoteproc.txt35 Returns 0 on success, and an appropriate error value otherwise.
56 handle on success, and NULL on failure. This function increments
101 On success, the new rproc is returned, and on failure, NULL.
118 Returns 0 on success and an appropriate error code otherwise.
136 Returns 0 on success and -EINVAL if @rproc isn't valid.
170 On success, 0 should be returned, and on failure, an appropriate error code.
173 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.
208 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
/linux-4.4.14/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.4.14/Documentation/watchdog/
Dwatchdog-kernel-api.txt33 This routine returns zero on success and a negative errno code for failure.
132 parameter. It returns zero on success or a negative errno code for failure.
135 parameter. It returns zero on success or a negative errno code for failure.
147 parameter. It returns zero on success or a negative errno code for failure.
159 timer device. It returns 0 on success, -EINVAL for "parameter out of range"
160 and -EIO for "could not write value to the watchdog". On success this
233 This routine returns zero on success and a negative errno code for failure.
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c325 bool success; in vmballoon_send_start() local
334 success = true; in vmballoon_send_start()
338 success = true; in vmballoon_send_start()
341 success = false; in vmballoon_send_start()
349 if (!success) { in vmballoon_send_start()
353 return success; in vmballoon_send_start()
/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/ath/ath10k/
Dtxrx.c62 !!tx_done->no_ack, !!tx_done->success); in ath10k_txrx_tx_unref()
112 if (tx_done->success && (info->flags & IEEE80211_TX_CTL_NO_ACK)) in ath10k_txrx_tx_unref()
Dcore.c941 goto success; in ath10k_core_fetch_board_file()
950 success: in ath10k_core_fetch_board_file()
1188 goto success; in ath10k_core_fetch_firmware_files()
1195 goto success; in ath10k_core_fetch_firmware_files()
1202 goto success; in ath10k_core_fetch_firmware_files()
1209 goto success; in ath10k_core_fetch_firmware_files()
1218 success: in ath10k_core_fetch_firmware_files()
/linux-4.4.14/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.4.14/tools/perf/scripts/perl/
Dwakeup-latency.pl55 $comm, $pid, $prio, $success, $target_cpu) = @_;
/linux-4.4.14/drivers/md/
Ddm-region-hash.c362 static void complete_resync_work(struct dm_region *reg, int success) in complete_resync_work() argument
366 rh->log->type->set_region_sync(rh->log, reg->key, success); in complete_resync_work()
659 void dm_rh_recovery_end(struct dm_region *reg, int success) in dm_rh_recovery_end() argument
664 if (success) in dm_rh_recovery_end()
Ddm-snap-transient.c56 void (*callback) (void *, int success), in transient_commit_exception() argument
Ddm-exception-store.h73 void (*callback) (void *, int success),
Dbitmap.h256 unsigned long sectors, int success, int behind);
Draid1.c1813 int success = 0; in fix_sync_read_error() local
1829 success = 1; in fix_sync_read_error()
1836 } while (!success && d != r1_bio->read_disk); in fix_sync_read_error()
1838 if (!success) { in fix_sync_read_error()
2069 int success = 0; in fix_read_error() local
2094 success = 1; in fix_read_error()
2100 } while (!success && d != read_disk); in fix_read_error()
2102 if (!success) { in fix_read_error()
Ddm-snap-persistent.c95 void (*callback)(void *, int success);
699 void (*callback) (void *, int success), in persistent_commit_exception() argument
Draid10.c2279 int success = 0; in fix_read_error() local
2298 success = sync_page_io(rdev, in fix_read_error()
2305 if (success) in fix_read_error()
2311 } while (!success && sl != r10_bio->read_slot); in fix_read_error()
2314 if (!success) { in fix_read_error()
4503 int success = 0; in handle_reshape_read_error() local
4509 while (!success) { in handle_reshape_read_error()
4519 success = sync_page_io(rdev, in handle_reshape_read_error()
4524 if (success) in handle_reshape_read_error()
4533 if (!success) { in handle_reshape_read_error()
/linux-4.4.14/drivers/clk/bcm/
Dclk-kona.c489 bool success; in clk_gate() local
503 success = __clk_gate(ccu, gate, enable); in clk_gate()
508 if (success) in clk_gate()
1261 bool success = true; in kona_ccu_init() local
1272 success &= __kona_clk_init(bcm_clk); in kona_ccu_init()
1277 return success; in kona_ccu_init()
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvm.txt61 0 in case of success
85 0 in case of success
/linux-4.4.14/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.4.14/arch/x86/xen/
Dmmu.c2593 int success; in xen_exchange_memory() local
2614 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory()
2616 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory()
2617 BUG_ON(success && (rc != 0)); in xen_exchange_memory()
2619 return success; in xen_exchange_memory()
2628 int success; in xen_create_contiguous_region() local
2652 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region()
2657 if (success) in xen_create_contiguous_region()
2665 return success ? 0 : -ENOMEM; in xen_create_contiguous_region()
2673 int success; in xen_destroy_contiguous_region() local
[all …]
/linux-4.4.14/arch/xtensa/include/asm/
Duaccess.h101 .macro kernel_ok at, sp, success
103 beqz \at, \success
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_main.c82 goto success; in udl_parse_vendor_descriptor()
88 success: in udl_parse_vendor_descriptor()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dgp8psk-fe.c323 goto success; in gp8psk_fe_attach()
326 success: in gp8psk_fe_attach()
/linux-4.4.14/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.4.14/drivers/staging/rdma/hfi1/
Dkeys.c89 goto success; in hfi1_alloc_lkey()
121 success: in hfi1_alloc_lkey()
/linux-4.4.14/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.4.14/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
/linux-4.4.14/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.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.h217 void brcmf_txfinalize(struct brcmf_if *ifp, struct sk_buff *txp, bool success);
Dcore.c563 void brcmf_txfinalize(struct brcmf_if *ifp, struct sk_buff *txp, bool success) in brcmf_txfinalize() argument
577 if (!success) in brcmf_txfinalize()
583 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success) in brcmf_txcomplete() argument
591 if (!success) in brcmf_txcomplete()
597 brcmf_txfinalize(ifp, txp, success); in brcmf_txcomplete()
Dbus.h229 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success);
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_keys.c70 goto success; in qib_alloc_lkey()
103 success: in qib_alloc_lkey()
/linux-4.4.14/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.4.14/fs/fscache/
Dobject.c365 bool success; in fscache_initialise_object() local
393 success = false; in fscache_initialise_object()
397 success = true; in fscache_initialise_object()
401 if (!success) { in fscache_initialise_object()
/linux-4.4.14/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.4.14/drivers/net/wireless/mediatek/mt7601u/
Dmac.c81 info->status.ampdu_ack_len = st->success; in mt76_mac_fill_tx_status()
92 else if (st->success) in mt76_mac_fill_tx_status()
156 stat.success = !!(val & MT_TX_STAT_FIFO_SUCCESS); in mt7601u_mac_fetch_tx_status()
Dmac.h20 u8 success:1; member
/linux-4.4.14/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.4.14/Documentation/fpga/
Dfpga-mgr.txt34 ends up in operating mode. Return 0 on success or a negative error code.
153 success or negative error codes otherwise.
/linux-4.4.14/mm/
Dmadvise.c110 goto success; in madvise_behavior()
127 success: in madvise_behavior()
Dmprotect.c299 goto success; in mprotect_fixup()
316 success: in mprotect_fixup()
Dmlock.c518 goto success; in mlock_fixup()
533 success: in mlock_fixup()
/linux-4.4.14/Documentation/hwmon/
Dmax19734 On success, the function must return the 12-bit raw value read from the chip,
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt85 effects will be persistent, independent of transaction success or failure. No
87 transaction success.
91 give the appearance of success) or perform operations that cause transaction
Dcxlflash.txt219 ioctl, such that when success is returned to the user, the
227 mode. Upon success, an updated last LBA is returned to the user
241 DK_CXLFLASH_USER_VIRTUAL ioctls. Upon success, the resource handle
254 success, all "tokens" which had been provided to the user from the
262 forks. Upon success, the child process (which invoked the ioctl)
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt189 success, -E* on failure. This is currently used by the power
201 milliwatts and store it in @power. It should return 0 on success, -E*
212 most @power mW and store it in @state. It should return 0 on success,
/linux-4.4.14/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.4.14/drivers/net/ethernet/intel/igb/
De1000_phy.h60 u32 usec_interval, bool *success);
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/trace/
Dring_buffer.c1546 int retries, success; in rb_insert_pages() local
1564 success = 0; in rb_insert_pages()
1593 success = 1; in rb_insert_pages()
1598 if (success) in rb_insert_pages()
1604 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages()
1608 if (!success) { in rb_insert_pages()
1616 return success; in rb_insert_pages()
1621 int success; in rb_update_pages() local
1624 success = rb_insert_pages(cpu_buffer); in rb_update_pages()
1626 success = rb_remove_pages(cpu_buffer, in rb_update_pages()
[all …]
/linux-4.4.14/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.4.14/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.c714 bool success; in pl08x_phy_free() local
722 success = next->state == PL08X_CHAN_WAITING; in pl08x_phy_free()
723 if (success) in pl08x_phy_free()
728 if (!success) in pl08x_phy_free()
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis96x46 reports and/or success stories as well.
/linux-4.4.14/net/ipv6/
Dicmp.c689 bool success = false; in icmpv6_rcv() local
737 success = ping_rcv(skb); in icmpv6_rcv()
805 if (success) in icmpv6_rcv()
/linux-4.4.14/drivers/crypto/nx/
Dnx-842.c481 goto success; in nx842_crypto_decompress()
515 success: in nx842_crypto_decompress()
/linux-4.4.14/Documentation/arm/
Dkernel_user_helpers.txt133 r0 = success code (zero or non-zero)
225 r0 = success code (zero or non-zero)
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c343 if (!rlen) goto success; in i2c_hack_cx25840()
372 success: in i2c_hack_cx25840()
/linux-4.4.14/drivers/target/
Dtarget_core_sbc.c374 static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, in xdreadwrite_callback() argument
441 static sense_reason_t compare_and_write_post(struct se_cmd *cmd, bool success, in compare_and_write_post() argument
467 static sense_reason_t compare_and_write_callback(struct se_cmd *cmd, bool success, in compare_and_write_callback() argument
485 if (!success && (!cmd->t_data_sg || !cmd->t_bidi_data_sg)) in compare_and_write_callback()
/linux-4.4.14/tools/testing/selftests/futex/
DREADME32 o Tests return 0 for success and < 0 for failure.
/linux-4.4.14/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.4.14/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.4.14/net/ipv4/
Dicmp.c980 bool success; in icmp_rcv() local
1047 success = icmp_pointers[icmph->type].handler(skb); in icmp_rcv()
1049 if (success) { in icmp_rcv()
Dinet_connection_sock.c191 goto success; in inet_csk_get_port()
198 goto success; in inet_csk_get_port()
237 success: in inet_csk_get_port()
/linux-4.4.14/arch/x86/kernel/
Dtsc.c636 goto success; in quick_pit_calibrate()
642 success: in quick_pit_calibrate()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt43 0=success and -1=command undefined.
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-perl.txt70 field:int success;
81 $comm, $pid, $prio, $success, $target_cpu) = @_;
/linux-4.4.14/drivers/iommu/
Dintel-svm.c338 goto success; in intel_svm_bind_mm()
417 success: in intel_svm_bind_mm()
/linux-4.4.14/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.4.14/Documentation/power/
Dbasic-pm-debugging.txt211 success: 20
226 Field success means the success number of suspend to RAM, and field fail means
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drs.h254 u64 success; member
Drs.c742 pers->tx_stats[tbl->column][scale_index].success += successes; in rs_collect_tx_data()
1195 int attempts, success; in iwl_mvm_rs_tx_status() local
1205 success = info->status.ampdu_ack_len; in iwl_mvm_rs_tx_status()
1208 success = !!(info->flags & IEEE80211_TX_STAT_ACK); in iwl_mvm_rs_tx_status()
1212 lq_sta->pers.tx_stats[column][index].success += success; in iwl_mvm_rs_tx_status()
1215 tx_resp_hwrate, success, attempts); in iwl_mvm_rs_tx_status()
3797 stats->success, in rs_sta_dbgfs_drv_tx_stats_read()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dphy.h60 u32 usec_interval, bool *success);
/linux-4.4.14/arch/arm/kernel/
Dsleep.S115 mov r0, #0 @ return zero on success
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h204 __u32 success; member
/linux-4.4.14/Documentation/device-mapper/
Ddm-io.txt65 indicate success or failure on each individual region.
/linux-4.4.14/arch/x86/kernel/apic/
Dvector.c152 goto success; in __assign_irq_vector()
217 success: in __assign_irq_vector()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dselftest.c152 goto success; in efx_test_interrupts()
159 success: in efx_test_interrupts()
/linux-4.4.14/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.4.14/net/mpls/
Daf_mpls.c179 bool success = false; in mpls_egress() local
206 success = true; in mpls_egress()
213 success = true; in mpls_egress()
220 return success; in mpls_egress()
/linux-4.4.14/drivers/net/ieee802154/
Dat86rf230.c88 u64 success; member
671 lp->trac.success++; in at86rf230_tx_trac_check()
735 lp->trac.success++; in at86rf230_rx_trac_check()
1615 seq_printf(file, "SUCCESS:\t\t%8llu\n", lp->trac.success); in at86rf230_stats_show()
/linux-4.4.14/kernel/power/
Dsuspend.c540 suspend_stats.success++; in pm_suspend()
Dmain.c170 "success", suspend_stats.success, in suspend_stats_show()
/linux-4.4.14/fs/cachefiles/
Drdwr.c305 goto success; in cachefiles_read_backing_file_one()
339 success: in cachefiles_read_backing_file_one()
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mach-omap2/
Dsleep44xx.S271 cmp r0, #0x0 @ API returns 0 on success.
/linux-4.4.14/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.c1276 int retval, success; in __kill_pgrp_info() local
1278 success = 0; in __kill_pgrp_info()
1282 success |= !err; in __kill_pgrp_info()
1285 return success ? 0 : retval; in __kill_pgrp_info()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/frv/
Datomic-ops.txt101 It simultaneously records the success or failure of the store in ICC3.Z.
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt38 nvmem configuration to nvmem_register(), on success core would return a valid
/linux-4.4.14/drivers/crypto/
Dhifn_795x.c443 unsigned long success; member
1831 dev->success++; in hifn_clear_rings()
1914 if ((dev->prev_success == dev->success) && dev->started) in hifn_work()
1916 dev->prev_success = dev->success; in hifn_work()
1927 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
/linux-4.4.14/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.4.14/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.4.14/Documentation/crypto/
Dasymmetric-keys.txt151 The function will return 0 upon success or -EKEYREJECTED if the signature
301 negative error code should be returned. On success, 0 should be returned.
/linux-4.4.14/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.4.14/net/sched/
Dcls_u32.c989 .success = 0}; in u32_dump()
995 mark.success += cnt; in u32_dump()
/linux-4.4.14/drivers/vhost/
Dnet.c264 static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) in vhost_zerocopy_callback() argument
273 vq->heads[ubuf->desc].len = success ? in vhost_zerocopy_callback()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt328 bool success = true;
334 if (success)
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dcom.fuc63 // Out: $p1 clear on success (data available)
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt243 I appreciate any success or failure
/linux-4.4.14/Documentation/w1/
Dw1.netlink140 (EINVAL for example) or zero in case of success.
/linux-4.4.14/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.4.14/fs/btrfs/
Dscrub.c895 int success; in scrub_handle_errored_block() local
1138 success = 1; in scrub_handle_errored_block()
1162 success = 0; in scrub_handle_errored_block()
1182 success = 0; in scrub_handle_errored_block()
1191 success = 0; in scrub_handle_errored_block()
1195 if (success && !sctx->is_dev_replace) { in scrub_handle_errored_block()
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt316 pcim_enable_device() : after success, all PCI ops become managed
/linux-4.4.14/Documentation/fb/
Dsstfb.txt16 Please read the Bug section, and report any success or failure to me
/linux-4.4.14/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.4.14/scripts/kconfig/
Dgconf.c1165 gboolean success; in set_node() local
1173 FALSE, FALSE, &success); in set_node()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda-bit.c1852 int success; in coda_finish_decode() local
1876 success = val & 0x1; in coda_finish_decode()
1877 if (!success) in coda_finish_decode()

12