/linux-4.4.14/arch/sparc/prom/ |
D | ranges.c | 71 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/ |
D | mpss | 46 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/ |
D | spinlock.h | 110 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/ |
D | os.S | 84 | 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 …]
|
D | iskeleton.S | 195 | d0 = 0 -> success; non-zero -> failure
|
/linux-4.4.14/drivers/video/backlight/ |
D | jornada720_lcd.c | 44 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/ |
D | elf-fdpic.c | 78 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/ |
D | glob.c | 143 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/ |
D | percpu-rwsem.c | 51 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/ |
D | timer.h | 333 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))
|
D | sched.h | 66 __field( int, success ) 74 __entry->success = 1; /* rudiment, kill when possible */
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 94 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()
|
D | book3s_xics.c | 273 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/ |
D | if_macvlan.h | 67 unsigned int len, bool success, in macvlan_count_rx() argument 70 if (likely(success)) { in macvlan_count_rx() 91 unsigned int len, bool success,
|
D | audit.h | 166 int success = is_syscall_success(pt_regs); in audit_syscall_exit() local 169 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
|
D | suspend.h | 55 int success; member
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | tsc200x-core.c | 272 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()
|
D | rohm_bu21023.c | 328 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/ |
D | unaligned.c | 1446 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 …]
|
D | r2300_fpu.S | 33 li v0, 0 # assume success 88 li v0, 0 # assume success
|
D | r4k_fpu.S | 106 li v0, 0 # success 172 li v0, 0 # success
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 152 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/ |
D | dm365_ipipe.c | 78 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/ |
D | recovery.c | 425 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/ |
D | olpc.c | 290 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()
|
D | olpc_dt.c | 98 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/ |
D | dasd_erp.c | 126 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/ |
D | api.txt | 131 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/ |
D | w1_bq27000.c | 71 goto success; in w1_bq27000_add_slave() 75 success: in w1_bq27000_add_slave()
|
D | w1_ds2760.c | 151 goto success; in w1_ds2760_add_slave() 158 success: in w1_ds2760_add_slave()
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel.c | 164 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()
|
D | rc80211_minstrel.h | 59 u16 success, last_success; member
|
D | trace.h | 1933 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
|
D | rc80211_minstrel_ht.c | 745 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/ |
D | pat_rbtree.c | 134 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/ |
D | ar-transport.c | 126 success: in rxrpc_get_transport() 140 goto success; in rxrpc_get_transport() 147 goto success; in rxrpc_get_transport()
|
D | ar-peer.c | 166 success: in rxrpc_get_peer() 182 goto success; in rxrpc_get_peer() 189 goto success; in rxrpc_get_peer()
|
D | af_rxrpc.c | 534 goto success; in rxrpc_setsockopt() 571 goto success; in rxrpc_setsockopt() 578 success: in rxrpc_setsockopt()
|
D | ar-connection.c | 716 success: in rxrpc_incoming_connection() 730 goto success; in rxrpc_incoming_connection() 741 goto success; in rxrpc_incoming_connection()
|
D | ar-output.c | 687 success: in rxrpc_send_data() 705 goto success; in rxrpc_send_data()
|
/linux-4.4.14/drivers/net/wan/ |
D | sdla.c | 763 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/ |
D | sched-migration.py | 353 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/ |
D | event.c | 134 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()
|
D | event.h | 80 bool success);
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 20 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/ |
D | lov_request.c | 559 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()
|
D | lov_internal.h | 188 int success); 190 int success);
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 286 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/ |
D | pmu_battery.c | 190 goto success; in pmu_bat_init() 203 success: in pmu_bat_init()
|
D | ds2760_battery.c | 576 goto success; in ds2760_battery_probe() 582 success: in ds2760_battery_probe()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 160 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/ |
D | mem-on-off-test.sh | 88 echo $FUNCNAME $memory: unexpected success >&2 110 echo $FUNCNAME $memory: unexpected success >&2
|
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 102 echo $FUNCNAME $cpu: unexpected success >&2 124 echo $FUNCNAME $cpu: unexpected success >&2
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 786 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/ |
D | usercopy.S | 94 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/ |
D | rtllib_tx.c | 600 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/ |
D | hwspinlock.txt | 56 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.
|
D | rpmsg.txt | 76 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.
|
D | remoteproc.txt | 35 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.
|
D | percpu-rw-semaphore.txt | 18 The lock is initialized percpu_init_rwsem, it returns 0 on success and
|
D | CodeOfConflict | 10 the overall success of Linux. This development process has been proven
|
D | digsig.txt | 60 * @return: 0 on success, -EINVAL otherwise
|
D | padata.txt | 46 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
|
D | flexible-arrays.txt | 58 will be used. The return value is zero on success, a negative error code
|
D | vme_api.txt | 147 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.
|
D | pnp.txt | 118 - returns zero for success or a negative error number for failure; count
|
D | kprobes.txt | 149 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/ |
D | rt2x00dev.c | 329 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()
|
D | rt2x00debug.c | 39 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/ |
D | watchdog-kernel-api.txt | 33 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/ |
D | vmw_balloon.c | 325 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/ |
D | ieee80211_tx.c | 628 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/ |
D | parse-torture.sh | 99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 62 !!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()
|
D | core.c | 941 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/ |
D | ieee1284_ops.c | 441 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()
|
D | parport_serial.c | 548 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/ |
D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/linux-4.4.14/drivers/md/ |
D | dm-region-hash.c | 362 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()
|
D | dm-snap-transient.c | 56 void (*callback) (void *, int success), in transient_commit_exception() argument
|
D | dm-exception-store.h | 73 void (*callback) (void *, int success),
|
D | bitmap.h | 256 unsigned long sectors, int success, int behind);
|
D | raid1.c | 1813 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()
|
D | dm-snap-persistent.c | 95 void (*callback)(void *, int success); 699 void (*callback) (void *, int success), in persistent_commit_exception() argument
|
D | raid10.c | 2279 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/ |
D | clk-kona.c | 489 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/ |
D | vm.txt | 61 0 in case of success 85 0 in case of success
|
/linux-4.4.14/fs/cifs/ |
D | cifs_dfs_ref.c | 338 goto success; in cifs_dfs_do_automount() 346 success: in cifs_dfs_do_automount()
|
D | cifs_unicode.c | 272 goto success; in cifs_strtoUTF16() 293 success: in cifs_strtoUTF16()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 2593 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/ |
D | uaccess.h | 101 .macro kernel_ok at, sp, success 103 beqz \at, \success
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_main.c | 82 goto success; in udl_parse_vendor_descriptor() 88 success: in udl_parse_vendor_descriptor()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | gp8psk-fe.c | 323 goto success; in gp8psk_fe_attach() 326 success: in gp8psk_fe_attach()
|
/linux-4.4.14/fs/afs/ |
D | volume.c | 92 goto success; in afs_volume_lookup() 141 success: in afs_volume_lookup()
|
D | vlocation.c | 430 goto success; in afs_vlocation_lookup() 472 success: in afs_vlocation_lookup()
|
D | dir.c | 538 goto success; in afs_lookup() 561 success: in afs_lookup()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | keys.c | 89 goto success; in hfi1_alloc_lkey() 121 success: in hfi1_alloc_lkey()
|
/linux-4.4.14/drivers/hwmon/ |
D | abituguru.c | 1464 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/ |
D | netdev-features.txt | 49 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.
|
D | fore200e.txt | 63 Feedback is welcome. Please send success stories/bug reports/
|
D | xfrm_sync.txt | 136 A response is issued back to the sender in user space to indicate success 138 In the case of success, additionally an event with
|
D | gen_stats.txt | 102 success
|
D | dns_resolver.txt | 98 The length of the result string is returned on success, and a negative
|
/linux-4.4.14/drivers/mmc/host/ |
D | mmci.c | 919 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/ |
D | core.h | 217 void brcmf_txfinalize(struct brcmf_if *ifp, struct sk_buff *txp, bool success);
|
D | core.c | 563 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()
|
D | bus.h | 229 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success);
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_keys.c | 70 goto success; in qib_alloc_lkey() 103 success: in qib_alloc_lkey()
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 50 [19983.414615] spec 0000:03:00.0: write_eeprom: success 73 [ 130.894567] fake-fmc: write_eeprom: success
|
D | carrier.txt | 300 * 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/ |
D | object.c | 365 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/ |
D | vmci_context.h | 173 *qp_handle_array, bool success);
|
D | vmci_context.c | 893 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/ |
D | mac.c | 81 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()
|
D | mac.h | 20 u8 success:1; member
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 449 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/ |
D | fpga-mgr.txt | 34 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/ |
D | madvise.c | 110 goto success; in madvise_behavior() 127 success: in madvise_behavior()
|
D | mprotect.c | 299 goto success; in mprotect_fixup() 316 success: in mprotect_fixup()
|
D | mlock.c | 518 goto success; in mlock_fixup() 533 success: in mlock_fixup()
|
/linux-4.4.14/Documentation/hwmon/ |
D | max197 | 34 On success, the function must return the 12-bit raw value read from the chip,
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 85 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
|
D | cxlflash.txt | 219 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/ |
D | power_allocator.txt | 189 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/ |
D | 3945-rs.c | 256 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/ |
D | e1000_phy.h | 60 u32 usec_interval, bool *success);
|
/linux-4.4.14/arch/sparc/kernel/ |
D | perf_event.c | 1254 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()
|
D | wof.S | 360 be,a spwin_finish_up + 0x4 ! cool beans, success
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 2489 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/ |
D | fwcmd.h | 261 u8 success:1; member
|
D | tx.c | 477 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()
|
D | carl9170.h | 582 const bool success);
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer.c | 1546 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/ |
D | us122l.c | 337 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/ |
D | s3c24xx-dma.c | 618 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()
|
D | amba-pl08x.c | 714 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/ |
D | i2c-sis96x | 46 reports and/or success stories as well.
|
/linux-4.4.14/net/ipv6/ |
D | icmp.c | 689 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/ |
D | nx-842.c | 481 goto success; in nx842_crypto_decompress() 515 success: in nx842_crypto_decompress()
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 133 r0 = success code (zero or non-zero) 225 r0 = success code (zero or non-zero)
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-i2c-core.c | 343 if (!rlen) goto success; in i2c_hack_cx25840() 372 success: in i2c_hack_cx25840()
|
/linux-4.4.14/drivers/target/ |
D | target_core_sbc.c | 374 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/ |
D | README | 32 o Tests return 0 for success and < 0 for failure.
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 720 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/ |
D | lola_mixer.c | 427 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/ |
D | icmp.c | 980 bool success; in icmp_rcv() local 1047 success = icmp_pointers[icmph->type].handler(skb); in icmp_rcv() 1049 if (success) { in icmp_rcv()
|
D | inet_connection_sock.c | 191 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/ |
D | tsc.c | 636 goto success; in quick_pit_calibrate() 642 success: in quick_pit_calibrate()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 43 0=success and -1=command undefined.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-perl.txt | 70 field:int success; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/linux-4.4.14/drivers/iommu/ |
D | intel-svm.c | 338 goto success; in intel_svm_bind_mm() 417 success: in intel_svm_bind_mm()
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
D | img-ir-hw.c | 665 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/ |
D | basic-pm-debugging.txt | 211 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/ |
D | rs.h | 254 u64 success; member
|
D | rs.c | 742 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/ |
D | phy.h | 60 u32 usec_interval, bool *success);
|
/linux-4.4.14/arch/arm/kernel/ |
D | sleep.S | 115 mov r0, #0 @ return zero on success
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_cls.h | 204 __u32 success; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-io.txt | 65 indicate success or failure on each individual region.
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | vector.c | 152 goto success; in __assign_irq_vector() 217 success: in __assign_irq_vector()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | selftest.c | 152 goto success; in efx_test_interrupts() 159 success: in efx_test_interrupts()
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 126 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
|
D | radiotrack.txt | 28 I did not get much success, but I learned about programming ioports under
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 179 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/ |
D | at86rf230.c | 88 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/ |
D | suspend.c | 540 suspend_stats.success++; in pm_suspend()
|
D | main.c | 170 "success", suspend_stats.success, in suspend_stats_show()
|
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 305 goto success; in cachefiles_read_backing_file_one() 339 success: in cachefiles_read_backing_file_one()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 108 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/ |
D | gfs2-uevents.txt | 42 success (or otherwise) of the operation. These uevents are generated
|
D | autofs4-mount-control.txt | 238 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
|
D | Locking | 314 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/ |
D | sleep44xx.S | 271 cmp r0, #0x0 @ API returns 0 on success.
|
/linux-4.4.14/kernel/ |
D | auditsc.c | 1543 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()
|
D | signal.c | 1276 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/ |
D | core-cdev.c | 1254 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/ |
D | sh_mobile_ceu_camera.c | 173 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/ |
D | port.c | 177 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/ |
D | esas2r_init.c | 1318 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/ |
D | atomic-ops.txt | 101 It simultaneously records the success or failure of the store in ICC3.Z.
|
/linux-4.4.14/Documentation/nvmem/ |
D | nvmem.txt | 38 nvmem configuration to nvmem_register(), on success core would return a valid
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 443 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/ |
D | eata_pio.c | 441 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/ |
D | events.txt | 142 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/ |
D | asymmetric-keys.txt | 151 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/ |
D | cdrom-standard.tex | 341 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/ |
D | cls_u32.c | 989 .success = 0}; in u32_dump() 995 mark.success += cnt; in u32_dump()
|
/linux-4.4.14/drivers/vhost/ |
D | net.c | 264 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/ |
D | tcmu-design.txt | 328 bool success = true; 334 if (success)
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 153 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/ |
D | com.fuc | 63 // Out: $p1 clear on success (data available)
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 243 I appreciate any success or failure
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 140 (EINVAL for example) or zero in case of success.
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 195 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/ |
D | scrub.c | 895 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/ |
D | devres.txt | 316 pcim_enable_device() : after success, all PCI ops become managed
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 16 Please read the Bug section, and report any success or failure to me
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 190 success of this platform; contributing code is one of the best ways to 191 help ensure that success.
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 1165 gboolean success; in set_node() local 1173 FALSE, FALSE, &success); in set_node()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-bit.c | 1852 int success; in coda_finish_decode() local 1876 success = val & 0x1; in coda_finish_decode() 1877 if (!success) in coda_finish_decode()
|