/linux-4.1.27/arch/unicore32/lib/ |
D | copy_template.S | 75 4: ldr8w r1, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 77 str8w r0, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 86 ldr1w r1, r3, abort=20f 87 ldr1w r1, r4, abort=20f 88 ldr1w r1, r5, abort=20f 89 ldr1w r1, r6, abort=20f 90 ldr1w r1, r7, abort=20f 91 ldr1w r1, r8, abort=20f 92 ldr1w r1, r11, abort=20f 97 str1w r0, r3, abort=20f [all …]
|
D | copy_to_user.S | 36 .macro ldr1w ptr reg abort 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 44 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 48 .macro ldr1b ptr reg cond=al abort 53 .macro str1w ptr reg abort 54 strusr \reg, \ptr, 4, abort=\abort 57 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 61 .long 100b, \abort 65 .macro str1b ptr reg cond=al abort 66 strusr \reg, \ptr, 1, \cond, abort=\abort
|
D | copy_from_user.S | 36 .macro ldr1w ptr reg abort 37 ldrusr \reg, \ptr, 4, abort=\abort 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 44 .long 100b, \abort 48 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 52 .long 100b, \abort 56 .macro ldr1b ptr reg cond=al abort 57 ldrusr \reg, \ptr, 1, \cond, abort=\abort 60 .macro str1w ptr reg abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort [all …]
|
/linux-4.1.27/arch/arm/lib/ |
D | copy_to_user.S | 44 .macro ldr1w ptr reg abort 48 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 52 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 56 .macro ldr1b ptr reg cond=al abort 60 .macro str1w ptr reg abort 61 strusr \reg, \ptr, 4, abort=\abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 65 str1w \ptr, \reg1, \abort 66 str1w \ptr, \reg2, \abort 67 str1w \ptr, \reg3, \abort [all …]
|
D | copy_from_user.S | 44 .macro ldr1w ptr reg abort 45 ldrusr \reg, \ptr, 4, abort=\abort 48 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 49 ldr1w \ptr, \reg1, \abort 50 ldr1w \ptr, \reg2, \abort 51 ldr1w \ptr, \reg3, \abort 52 ldr1w \ptr, \reg4, \abort 55 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 56 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort 57 ldr4w \ptr, \reg5, \reg6, \reg7, \reg8, \abort [all …]
|
D | copy_template.S | 116 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 118 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 134 ldr1w r1, r3, abort=20f 135 ldr1w r1, r4, abort=20f 136 ldr1w r1, r5, abort=20f 137 ldr1w r1, r6, abort=20f 138 ldr1w r1, r7, abort=20f 139 ldr1w r1, r8, abort=20f 140 ldr1w r1, lr, abort=20f 152 str1w r0, r3, abort=20f [all …]
|
D | memcpy.S | 20 .macro ldr1w ptr reg abort 24 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 28 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 32 .macro ldr1b ptr reg cond=al abort 36 .macro str1w ptr reg abort 40 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 44 .macro str1b ptr reg cond=al abort
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | fuse_test.c | 52 abort(); in mfd_assert_new() 58 abort(); in mfd_assert_new() 71 abort(); in mfd_assert_get_seals() 85 abort(); in mfd_assert_has_seals() 99 abort(); in mfd_assert_add_seals() 118 abort(); in mfd_busy_add_seals() 136 abort(); in mfd_assert_mmap_shared() 154 abort(); in mfd_assert_mmap_private() 208 abort(); in spawn_sealing_thread() 217 abort(); in spawn_sealing_thread() [all …]
|
D | memfd_test.c | 37 abort(); in mfd_assert_new() 43 abort(); in mfd_assert_new() 58 abort(); in mfd_fail_new() 69 abort(); in mfd_assert_get_seals() 82 abort(); in mfd_assert_has_seals() 95 abort(); in mfd_assert_add_seals() 114 abort(); in mfd_fail_add_seals() 126 abort(); in mfd_assert_size() 130 abort(); in mfd_assert_size() 141 abort(); in mfd_assert_dup() [all …]
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | assembler.h | 100 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 114 .long 9999b, \abort 119 .macro strusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f 120 usracc st, \reg, \ptr, \inc, \cond, \rept, \abort 123 .macro ldrusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f 124 usracc ld, \reg, \ptr, \inc, \cond, \rept, \abort
|
/linux-4.1.27/arch/arm/mm/ |
D | Makefile | 22 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o 23 obj-$(CONFIG_CPU_ABRT_EV4) += abort-ev4.o 24 obj-$(CONFIG_CPU_ABRT_EV4T) += abort-ev4t.o 25 obj-$(CONFIG_CPU_ABRT_LV4T) += abort-lv4t.o 26 obj-$(CONFIG_CPU_ABRT_EV5T) += abort-ev5t.o 27 obj-$(CONFIG_CPU_ABRT_EV5TJ) += abort-ev5tj.o 28 obj-$(CONFIG_CPU_ABRT_EV6) += abort-ev6.o 29 obj-$(CONFIG_CPU_ABRT_EV7) += abort-ev7.o
|
/linux-4.1.27/arch/arm/include/asm/ |
D | assembler.h | 349 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 361 .long 9999b, \abort 365 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 379 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 381 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 389 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 402 .long 9999b, \abort 409 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f 410 usracc str, \reg, \ptr, \inc, \cond, \rept, \abort 413 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f [all …]
|
D | glue-pf.h | 54 #error Unknown prefetch abort handler type
|
D | glue-df.h | 99 #error Unknown data abort handler type
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | scan.c | 173 bool abort = false; in orinoco_add_hostscan_results() local 208 abort = true; in orinoco_add_hostscan_results() 216 abort = true; in orinoco_add_hostscan_results() 225 abort = true; in orinoco_add_hostscan_results() 240 cfg80211_scan_done(priv->scan_request, abort); in orinoco_add_hostscan_results() 245 void orinoco_scan_done(struct orinoco_private *priv, bool abort) in orinoco_scan_done() argument 248 cfg80211_scan_done(priv->scan_request, abort); in orinoco_scan_done()
|
D | fw.c | 149 goto abort; in orinoco_dl_firmware() 156 goto abort; in orinoco_dl_firmware() 167 goto abort; in orinoco_dl_firmware() 178 goto abort; in orinoco_dl_firmware() 184 goto abort; in orinoco_dl_firmware() 189 abort: in orinoco_dl_firmware()
|
D | scan.h | 19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 34 abort(); in do_one() 46 abort(); in do_one() 52 abort(); in do_one() 58 abort(); in do_one()
|
/linux-4.1.27/drivers/hwmon/ |
D | nct7802.c | 80 goto abort; in nct7802_read_temp() 85 goto abort; in nct7802_read_temp() 89 abort: in nct7802_read_temp() 102 goto abort; in nct7802_read_fan() 105 goto abort; in nct7802_read_fan() 112 abort: in nct7802_read_fan() 126 goto abort; in nct7802_read_fan_min() 129 goto abort; in nct7802_read_fan_min() 136 abort: in nct7802_read_fan_min() 155 goto abort; in nct7802_write_fan_min() [all …]
|
D | lm80.c | 188 goto abort; in lm80_update_device() 193 goto abort; in lm80_update_device() 198 goto abort; in lm80_update_device() 204 goto abort; in lm80_update_device() 209 goto abort; in lm80_update_device() 214 goto abort; in lm80_update_device() 219 goto abort; in lm80_update_device() 224 goto abort; in lm80_update_device() 227 goto abort; in lm80_update_device() 233 goto abort; in lm80_update_device() [all …]
|
D | adc128d818.c | 94 goto abort; in adc128_update_device() 100 goto abort; in adc128_update_device() 106 goto abort; in adc128_update_device() 112 goto abort; in adc128_update_device() 117 goto abort; in adc128_update_device() 122 goto abort; in adc128_update_device() 127 goto abort; in adc128_update_device() 135 abort: in adc128_update_device()
|
D | lineage-pem.c | 151 goto abort; in pem_read_block() 154 goto abort; in pem_read_block() 158 abort: in pem_read_block() 179 goto abort; in pem_update_device() 189 goto abort; in pem_update_device() 200 goto abort; in pem_update_device() 209 abort: in pem_update_device()
|
D | max1668.c | 96 goto abort; in max1668_update_device() 102 goto abort; in max1668_update_device() 109 goto abort; in max1668_update_device() 116 goto abort; in max1668_update_device() 124 goto abort; in max1668_update_device() 131 goto abort; in max1668_update_device() 137 abort: in max1668_update_device()
|
D | sch5636.c | 92 goto abort; in sch5636_update_device() 99 goto abort; in sch5636_update_device() 112 goto abort; in sch5636_update_device() 120 goto abort; in sch5636_update_device() 138 goto abort; in sch5636_update_device() 146 goto abort; in sch5636_update_device() 158 abort: in sch5636_update_device()
|
D | max6697.c | 196 goto abort; in max6697_update_device() 204 goto abort; in max6697_update_device() 212 goto abort; in max6697_update_device() 219 goto abort; in max6697_update_device() 228 goto abort; in max6697_update_device() 239 goto abort; in max6697_update_device() 246 abort: in max6697_update_device()
|
D | ltc4151.c | 87 goto abort; in ltc4151_update_device() 94 abort: in ltc4151_update_device()
|
D | tmp401.c | 257 goto abort; in tmp401_update_device() 275 goto abort; in tmp401_update_device() 284 goto abort; in tmp401_update_device() 290 goto abort; in tmp401_update_device() 295 goto abort; in tmp401_update_device() 303 abort: in tmp401_update_device()
|
D | max6639.c | 124 goto abort; in max6639_update_device() 134 goto abort; in max6639_update_device() 142 goto abort; in max6639_update_device() 151 goto abort; in max6639_update_device() 159 abort: in max6639_update_device()
|
D | lm95234.c | 179 goto abort; in lm95234_update_device() 186 goto abort; in lm95234_update_device() 191 goto abort; in lm95234_update_device() 196 goto abort; in lm95234_update_device() 201 goto abort; in lm95234_update_device() 208 abort: in lm95234_update_device()
|
D | ltc4261.c | 90 goto abort; in ltc4261_update_device() 97 abort: in ltc4261_update_device()
|
D | ina209.c | 95 goto abort; in ina209_update_device() 102 abort: in ina209_update_device() 331 goto abort; in ina209_set_value() 335 abort: in ina209_set_value()
|
D | ds620.c | 127 goto abort; in ds620_update_client() 136 abort: in ds620_update_client()
|
D | menf21bmc_hwmon.c | 70 goto abort; in menf21bmc_hwmon_update() 77 abort: in menf21bmc_hwmon_update()
|
D | lm73.c | 156 goto abort; in show_maxmin_alarm() 162 abort: in show_maxmin_alarm()
|
D | adt7x10.c | 165 goto abort; in adt7x10_update_temp() 172 goto abort; in adt7x10_update_temp() 179 abort: in adt7x10_update_temp()
|
D | sch5627.c | 121 goto abort; in sch5627_update_device() 131 goto abort; in sch5627_update_device() 143 goto abort; in sch5627_update_device() 151 abort: in sch5627_update_device()
|
D | smm665.c | 257 goto abort; in smm665_update_device() 266 goto abort; in smm665_update_device() 273 abort: in smm665_update_device()
|
D | lm75.c | 543 goto abort; in lm75_update_device() 551 abort: in lm75_update_device()
|
D | jc42.c | 240 goto abort; in jc42_update_device() 247 abort: in jc42_update_device()
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm0010.c | 383 goto abort; in wm0010_firmware_load() 391 goto abort; in wm0010_firmware_load() 401 goto abort; in wm0010_firmware_load() 417 goto abort; in wm0010_firmware_load() 495 abort: in wm0010_firmware_load() 551 goto abort; in wm0010_stage2_load() 561 goto abort; in wm0010_stage2_load() 564 abort: in wm0010_stage2_load() 631 goto abort; in wm0010_boot() 644 goto abort; in wm0010_boot() [all …]
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_ops.c | 210 u8 abort; in sdio_reset() local 214 ret = mmc_io_rw_direct_host(host, 0, 0, SDIO_CCCR_ABORT, 0, &abort); in sdio_reset() 216 abort = 0x08; in sdio_reset() 218 abort |= 0x08; in sdio_reset() 220 ret = mmc_io_rw_direct_host(host, 1, 0, SDIO_CCCR_ABORT, abort, NULL); in sdio_reset()
|
D | core.c | 897 int __mmc_claim_host(struct mmc_host *host, atomic_t *abort) in __mmc_claim_host() argument 910 stop = abort ? atomic_read(abort) : 0; in __mmc_claim_host()
|
/linux-4.1.27/drivers/ide/ |
D | ide-taskfile.c | 492 goto abort; in ide_taskfile_ioctl() 500 goto abort; in ide_taskfile_ioctl() 504 goto abort; in ide_taskfile_ioctl() 513 goto abort; in ide_taskfile_ioctl() 517 goto abort; in ide_taskfile_ioctl() 585 goto abort; in ide_taskfile_ioctl() 604 goto abort; in ide_taskfile_ioctl() 621 goto abort; in ide_taskfile_ioctl() 633 goto abort; in ide_taskfile_ioctl() 651 goto abort; in ide_taskfile_ioctl() [all …]
|
D | ide-ioctls.c | 170 goto abort; in ide_cmd_ioctl() 181 abort: in ide_cmd_ioctl()
|
/linux-4.1.27/tools/virtio/asm/ |
D | barrier.h | 9 # define rmb() abort() 10 # define wmb() abort()
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 360 abort(); /* bug */ in main() 462 print, done, abort }, 466 drop, Eeof, abort }, 470 print, Eeof, abort }, 474 print, Eeof, abort }, 478 drop, Eeof, abort }, 482 print, Eeof, abort }, 486 print, Eeof, abort }, 490 drop, Eeof, abort }, 494 print, Eeof, abort }, [all …]
|
D | asn1_compiler.c | 789 abort(); in parse() 883 abort(); in parse_type()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 361 goto abort; in diolan_usb_xfer() 367 goto abort; in diolan_usb_xfer() 381 goto abort; in diolan_usb_xfer() 389 goto abort; in diolan_usb_xfer() 398 goto abort; in diolan_usb_xfer() 403 goto abort; in diolan_usb_xfer() 408 abort: in diolan_usb_xfer()
|
D | i2c-amd756.c | 126 goto abort; in amd756_transaction() 143 goto abort; in amd756_transaction() 180 abort: in amd756_transaction()
|
D | i2c-mv64xxx.c | 537 char abort = 0; in mv64xxx_i2c_wait_for_completion() local 545 abort = 1; in mv64xxx_i2c_wait_for_completion() 548 abort = 1; in mv64xxx_i2c_wait_for_completion() 551 if (abort && drv_data->block) { in mv64xxx_i2c_wait_for_completion()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | pm.c | 217 goto abort; in exynos_cpu0_enter_aftr() 225 goto abort; in exynos_cpu0_enter_aftr() 234 abort: in exynos_cpu0_enter_aftr()
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus.c | 138 goto abort; in pmbus_identify() 156 goto abort; in pmbus_identify() 161 abort: in pmbus_identify()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_client.c | 196 int err, abort; in __xenbus_switch_state() local 202 abort = 1; in __xenbus_switch_state() 212 goto abort; in __xenbus_switch_state() 217 goto abort; in __xenbus_switch_state() 220 abort = 0; in __xenbus_switch_state() 221 abort: in __xenbus_switch_state() 222 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state() 224 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
|
D | xenbus_xs.c | 526 int xenbus_transaction_end(struct xenbus_transaction t, int abort) in xenbus_transaction_end() argument 531 if (abort) in xenbus_transaction_end()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 418 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 432 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64() 445 if (abort && x86_pmu.lbr_double_abort && out > 0) in intel_pmu_lbr_read_64() 453 cpuc->lbr_entries[out].abort = abort; in intel_pmu_lbr_read_64() 607 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument 627 if (abort) in branch_type() 795 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
D | perf_event_intel.c | 2956 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4"); 2961 EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4");
|
/linux-4.1.27/net/sctp/ |
D | sm_statefuns.c | 3241 struct sctp_chunk *abort; in sctp_sf_tabort_8_4_8() local 3249 abort = sctp_make_abort(asoc, chunk, 0); in sctp_sf_tabort_8_4_8() 3250 if (!abort) { in sctp_sf_tabort_8_4_8() 3256 if (sctp_test_T_bit(abort)) in sctp_sf_tabort_8_4_8() 3260 abort->skb->sk = ep->base.sk; in sctp_sf_tabort_8_4_8() 3262 sctp_packet_append_chunk(packet, abort); in sctp_sf_tabort_8_4_8() 3711 struct sctp_chunk *abort; in sctp_sf_do_asconf_ack() local 3759 abort = sctp_make_abort(asoc, asconf_ack, in sctp_sf_do_asconf_ack() 3761 if (abort) { in sctp_sf_do_asconf_ack() 3762 sctp_init_cause(abort, SCTP_ERROR_ASCONF_ACK, 0); in sctp_sf_do_asconf_ack() [all …]
|
D | sm_sideeffect.c | 575 struct sctp_chunk *abort; in sctp_cmd_assoc_failed() local 592 abort = sctp_make_violation_max_retrans(asoc, chunk); in sctp_cmd_assoc_failed() 593 if (abort) in sctp_cmd_assoc_failed() 595 SCTP_CHUNK(abort)); in sctp_cmd_assoc_failed()
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 60 abort handler can check the cause of the failure, and retry. 71 - See the ISA for full documentation of everything that will abort transactions. 80 Syscalls do not by design abort transactions, but beware: The kernel code will 82 remain visible, but depending on the call they may abort your transaction as a 101 abort transactions. The usual ucontext_t passed to the signal handler 155 suspend, we are in trouble because if we get a tm abort, the program counter and 179 TM_CAUSE_SYSCALL Currently unused; future syscalls that must abort 186 These can be checked by the user program's abort handler as TEXASR[0:7]. If
|
/linux-4.1.27/drivers/md/ |
D | raid0.c | 149 goto abort; in create_strip_zones() 156 goto abort; in create_strip_zones() 161 goto abort; in create_strip_zones() 192 goto abort; in create_strip_zones() 197 goto abort; in create_strip_zones() 202 goto abort; in create_strip_zones() 216 goto abort; in create_strip_zones() 276 abort: in create_strip_zones()
|
D | raid1.c | 1698 goto abort; in raid1_remove_disk() 1707 goto abort; in raid1_remove_disk() 1715 goto abort; in raid1_remove_disk() 1733 abort: in raid1_remove_disk() 1879 int abort = 0; in fix_sync_read_error() local 1895 abort = 1; in fix_sync_read_error() 1897 if (abort) { in fix_sync_read_error() 2771 goto abort; in setup_conf() 2777 goto abort; in setup_conf() 2781 goto abort; in setup_conf() [all …]
|
D | multipath.c | 305 goto abort; in multipath_remove_disk() 313 goto abort; in multipath_remove_disk() 317 abort: in multipath_remove_disk()
|
D | raid5.c | 3191 int abort = 0; in handle_failed_sync() local 3218 abort = 1; in handle_failed_sync() 3225 abort = 1; in handle_failed_sync() 3227 if (abort) in handle_failed_sync() 3231 md_done_sync(conf->mddev, STRIPE_SECTORS, !abort); in handle_failed_sync() 6464 goto abort; in setup_conf() 6472 goto abort; in setup_conf() 6499 goto abort; in setup_conf() 6504 goto abort; in setup_conf() 6524 goto abort; in setup_conf() [all …]
|
D | md.c | 839 goto abort; in sb_equal() 852 abort: in sb_equal() 986 goto abort; in super_90_load() 995 goto abort; in super_90_load() 999 goto abort; in super_90_load() 1004 goto abort; in super_90_load() 1026 goto abort; in super_90_load() 1032 goto abort; in super_90_load() 1053 abort: in super_90_load() 4884 goto abort; in md_alloc() [all …]
|
D | raid10.c | 1876 goto abort; in raid10_remove_disk() 1887 goto abort; in raid10_remove_disk() 1895 goto abort; in raid10_remove_disk() 1913 abort: in raid10_remove_disk() 4125 goto abort; in raid10_start_reshape() 4168 goto abort; in raid10_start_reshape() 4175 abort: in raid10_start_reshape()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-connevent.c | 231 goto abort; in rxrpc_secure_connection() 234 goto abort; in rxrpc_secure_connection() 243 goto abort; in rxrpc_secure_connection() 249 abort: in rxrpc_secure_connection()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 956 goto abort; in shpc_init() 963 goto abort; in shpc_init() 969 goto abort; in shpc_init() 979 goto abort; in shpc_init() 996 goto abort; in shpc_init() 1002 goto abort; in shpc_init() 1011 goto abort; in shpc_init() 1109 abort: in shpc_init()
|
D | pciehp_hpc.c | 728 goto abort; in pcie_init_slot() 736 abort: in pcie_init_slot() 810 goto abort; in pcie_init() 850 abort: in pcie_init()
|
/linux-4.1.27/tools/virtio/linux/ |
D | bug.h | 8 #define BUG() abort()
|
/linux-4.1.27/arch/blackfin/mm/ |
D | isram-driver.c | 383 goto abort; in isram_test_init() 385 goto abort; in isram_test_init() 392 abort: in isram_test_init()
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_entry.c | 404 goto abort; in __mcpm_outbound_enter_critical() 434 goto abort; in __mcpm_outbound_enter_critical() 440 abort: in __mcpm_outbound_enter_critical()
|
D | mcpm_head.S | 128 @ point onwards will observe INBOUND_COMING_UP and abort. 130 @ Wait for any previously-pending cluster teardown operations to abort
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 65 @ Call the processor-specific abort handler: 71 @ The abort handler must return the aborted address in r0, and 324 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 325 @ and reuses the same macros. However in abort mode we must also 336 mrs r2, spsr @ Save spsr_abt, abort is now safe 349 mov lr, r1 @ Restore lr_abt, abort is unsafe 1034 * of which is copied into r0 for the mode specific abort handler.
|
D | traps.c | 816 void abort(void) in abort() function 823 EXPORT_SYMBOL(abort);
|
D | entry-header.S | 315 ldr sp, [sp, #S_SP] @ abort is deadly from here onward (it will
|
/linux-4.1.27/arch/alpha/math-emu/ |
D | sfp-util.h | 30 #define abort() goto bad_insn macro
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | sfp-util_32.h | 108 #define abort() \ macro
|
D | sfp-util_64.h | 113 #define abort() \ macro
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppoe.c | 497 goto abort; in pppoe_disc_rcv() 501 goto abort; in pppoe_disc_rcv() 527 abort: in pppoe_disc_rcv() 943 goto abort; in __pppoe_xmit() 946 goto abort; in __pppoe_xmit() 952 goto abort; in __pppoe_xmit() 973 abort: in __pppoe_xmit()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sfp-util.h | 65 #define abort() BUG() macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 522 void (*abort)(struct arch_uprobe *, struct pt_regs *); member 592 .abort = default_abort_op, 945 if (auprobe->ops->abort) in arch_uprobe_abort_xol() 946 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | traps.c | 291 void abort(void) in abort() function 298 EXPORT_SYMBOL(abort);
|
D | entry.S | 266 @ Call the processor-specific abort handler: 271 @ The abort handler must return the aborted address in r0, and 345 b.l do_PrefetchAbort @ call abort handler 429 @ Call the processor-specific abort handler: 434 @ The abort handler must return the aborted address in r0, and 480 b.l do_PrefetchAbort @ call abort handler
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command, 33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi… 37 ** add some useful message for abort command
|
D | scsi_eh.txt | 108 is invoked to schedule an asynchrous abort. If that fails 116 After a timeout occurs a command abort is scheduled from 117 scsi_abort_command(). If the abort is successful the command 159 We'll talk about how SCSI EH takes actions to abort - make LLDD
|
D | ChangeLog.sym53c8xx | 18 - In the CCB abort path, do not assume that the CCB is currently 302 - Add support for task abort and bus device reset SCSI message 306 when the driver is told to abort a command that is disconnected and 426 We need to first abort the current SCRIPTS operation prior to
|
D | ChangeLog.lpfc | 29 if we timed out waiting for command to complete after abort was 90 * Reduced severity of "SCSI layer issued abort device" message to 110 * Added new typedefs for abort and reset functions. 113 * Removed TXQ from all abort and reset handlers since it is never 328 abort and reset routines converted. Handle_ring_event 452 * Abort handler will try to wait for abort completion before 458 * Hung dt session fix. When the midlayer calls to abort a scsi 459 command, make sure the driver does not complete post-abort 772 * Streamline code in lpfc_els_retry fixup abort case in 1106 * Don't abort commands immediately when there is an RSCN event to
|
D | tmscsim.txt | 350 * More intelligent abort() routine 386 * In some situations, the driver will get stuck in an abort loop. This is a
|
D | scsi_mid_low_api.txt | 743 eh_abort_handler - abort given command 827 * will ever complete. You may not abort and restart the command from 836 * eh_abort_handler - abort command associated with scp 1371 LLD interface functions abort() and reset() have been removed.
|
D | ChangeLog.1992-1997 | 826 Move abort timeout message. Fix panic in request_queueable to 1396 * scsi.h: Add #defines for return codes for the abort and reset 1401 * scsi.c: Act based upon return codes from abort/reset functions. 1403 * All host adapter abort/reset functions: Return new return code.
|
D | aic79xx.txt | 171 - Added abort and target/lun reset error recovery handler and
|
/linux-4.1.27/net/mac80211/ |
D | offchannel.c | 345 if (roc->abort) in ieee80211_sw_roc_work() 398 ieee80211_roc_notify_destroy(roc, !roc->abort); in ieee80211_sw_roc_work() 483 roc->abort = true; in ieee80211_roc_purge()
|
D | ieee80211_i.h | 341 bool started, abort, hw_begun, notified; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dport.c | 196 bool cr_done = false, abort = false; in dp_link_train_cr() local 213 abort = true; in dp_link_train_cr() 222 } while (!cr_done && !abort && ++tries < 5); in dp_link_train_cr()
|
/linux-4.1.27/include/linux/netfilter/ |
D | nfnetlink.h | 30 int (*abort)(struct sk_buff *skb); member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log_cil.c | 374 int abort) in xlog_cil_committed() argument 380 ctx->start_lsn, abort); in xlog_cil_committed() 384 (mp->m_flags & XFS_MOUNT_DISCARD) && !abort); in xlog_cil_committed() 393 if (abort) in xlog_cil_committed()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | xenbus.c | 804 goto abort; in connect() 817 goto abort; in connect() 827 goto abort; in connect() 835 goto abort; in connect() 855 abort: in connect()
|
D | blkback.c | 526 goto abort; in xen_vbd_resize() 536 goto abort; in xen_vbd_resize() 545 abort: in xen_vbd_resize()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | mvme147hw.h | 46 volatile u_char abort; member
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 35 abort(); in test_one()
|
/linux-4.1.27/Documentation/arm/ |
D | swp_emulation | 10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
|
D | 00-INDEX | 40 - alignment abort handler documentation
|
D | kernel_user_helpers.txt | 64 abort();
|
/linux-4.1.27/arch/sh/math-emu/ |
D | sfp-util.h | 68 #define abort() return 0 macro
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink.c | 311 if (!ss->commit || !ss->abort) { in nfnetlink_rcv_batch() 386 ss->abort(oskb); in nfnetlink_rcv_batch() 425 ss->abort(oskb); in nfnetlink_rcv_batch()
|
/linux-4.1.27/Documentation/networking/ |
D | rxrpc.txt | 248 (*) A call may be aborted by adding an abort control message to the control 249 data. Issuing an abort terminates the kernel's use of that call's tag. 254 an abort or a busy message terminates the kernel's use of that call's tag. 341 This is can be used by an application to abort a call by passing it to 342 sendmsg, or it can be delivered by recvmsg to indicate a remote abort was 344 specify the call affected. If an abort is being sent, then error EBADSLT 558 If an abort or error occurred, this will be returned in the control data 660 RXRPC_ABORT - indicates abort code (4 byte data) 752 This is used to abort a call if it's still in an abortable state. The 753 abort code specified will be placed in the ABORT message sent. [all …]
|
D | policy-routing.txt | 15 REJECT - abort route lookup and return an error value. 16 THROW - abort route lookup in this class.
|
D | operstates.txt | 145 -do 802.1X, eventually abort if flags go down again
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 87 abort(); \
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 79 single-symbol chipkill ECC | multi-symbol chipkill ECC | master abort | \ 80 target abort | parity error | watchdog timeout | invalid address | \
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 953 struct console_abort *abort = vq->dev->priv; in console_input() local 986 abort->count = 0; in console_input() 990 abort->count++; in console_input() 991 if (abort->count == 1) in console_input() 992 gettimeofday(&abort->start, NULL); in console_input() 993 else if (abort->count == 3) { in console_input() 997 if (now.tv_sec <= abort->start.tv_sec+1) in console_input() 999 abort->count = 0; in console_input() 1556 abort(); in getreg_num() 1583 abort(); in setreg_num() [all …]
|
/linux-4.1.27/net/ipv4/ |
D | tcp_timer.c | 309 goto abort; in tcp_probe_timer() 317 goto abort; in tcp_probe_timer() 323 abort: tcp_write_err(sk); in tcp_probe_timer()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 1005 goto abort; in isofs_get_blocks() 1028 goto abort; in isofs_get_blocks() 1042 goto abort; in isofs_get_blocks() 1057 goto abort; in isofs_get_blocks() 1066 goto abort; in isofs_get_blocks() 1075 abort: in isofs_get_blocks()
|
/linux-4.1.27/drivers/net/dsa/ |
D | mv88e6xxx.c | 911 goto abort; in mv88e6xxx_set_port_state() 924 goto abort; in mv88e6xxx_set_port_state() 931 abort: in mv88e6xxx_set_port_state() 1256 goto abort; in mv88e6xxx_setup_port_common() 1272 goto abort; in mv88e6xxx_setup_port_common() 1279 abort: in mv88e6xxx_setup_port_common()
|
/linux-4.1.27/drivers/usb/class/ |
D | usblp.c | 1112 goto abort; in usblp_probe() 1122 goto abort; in usblp_probe() 1129 goto abort; in usblp_probe() 1145 goto abort; in usblp_probe() 1151 goto abort; in usblp_probe() 1190 abort: in usblp_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 141 unsigned abort:1; member 406 int abort) in mmc_omap_release_dma() argument 624 host->abort = 0; in mmc_omap_abort_command() 635 if (host->cmd != NULL && !host->abort) { in mmc_omap_cmd_timer() 638 host->abort = 1; in mmc_omap_cmd_timer() 838 host->abort = 1; in mmc_omap_irq()
|
D | omap_hsmmc.c | 2276 goto abort; in omap_hsmmc_runtime_suspend() 2288 abort: in omap_hsmmc_runtime_suspend()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_state.c | 352 goto abort; in drbd_req_state() 364 goto abort; in drbd_req_state() 371 goto abort; in drbd_req_state() 380 goto abort; in drbd_req_state() 396 abort: in drbd_req_state() 1830 goto abort; in _conn_request_state() 1835 goto abort; in _conn_request_state() 1868 goto abort; in _conn_request_state() 1890 abort: in _conn_request_state()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 647 bool abort) in csio_scsi_init_abrt_cls_wr() argument 663 (FW_SCSI_ABRT_CLS_WR_SUB_OPCODE(abort) | in csio_scsi_init_abrt_cls_wr() 674 csio_scsi_abrt_cls(struct csio_ioreq *req, bool abort) in csio_scsi_abrt_cls() argument 686 csio_scsi_init_abrt_cls_wr(req, wrp.addr1, size, abort); in csio_scsi_abrt_cls() 693 csio_scsi_init_abrt_cls_wr(req, (void *)tmpwr, size, abort); in csio_scsi_abrt_cls() 1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) in csio_scsim_cleanup_io() argument 1295 if (abort) { in csio_scsim_cleanup_io() 1887 csio_do_abrt_cls(struct csio_hw *hw, struct csio_ioreq *ioreq, bool abort) in csio_do_abrt_cls() argument 1903 if (abort == SCSI_ABORT) in csio_do_abrt_cls()
|
D | csio_scsi.h | 332 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
|
/linux-4.1.27/Documentation/filesystems/ |
D | fuse.txt | 140 'abort' 142 Writing anything into this file will abort the filesystem 204 In either of these cases it may be useful to abort the connection to 420 This is solved with doing the copy atomically, and allowing abort 423 taking place, and abort is delayed until this flag is unset.
|
D | ext3.txt | 115 data_err=abort Abort the journal if an error occurs in a file
|
D | ext4.txt | 220 abort Simulate the effects of calling ext4_abort() for 233 data_err=abort Abort the journal if an error occurs in a file
|
D | sharedsubtree.txt | 901 3. abort phases. 923 if any memory allocations fail, go to the abort phase.
|
D | path-lookup.txt | 193 "done" with the operation. Retry or abort if the seqcount does not match.
|
D | ntfs.txt | 144 Otherwise the default behaviour is to abort mount if
|
/linux-4.1.27/include/uapi/linux/ |
D | fd.h | 89 abort, /* number of errors to be reached before aborting */ member
|
D | perf_event.h | 914 abort:1, /* transaction abort */ member
|
D | nvme.h | 472 struct nvme_abort_cmd abort; member
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 494 goto abort; in myri10ge_read_mac_addr() 513 abort: in myri10ge_read_mac_addr() 893 goto abort; in myri10ge_dma_test() 902 goto abort; in myri10ge_dma_test() 912 goto abort; in myri10ge_dma_test() 917 abort: in myri10ge_dma_test() 3163 goto abort; in myri10ge_set_multicast_list() 3178 goto abort; in myri10ge_set_multicast_list() 3192 goto abort; in myri10ge_set_multicast_list() 3200 goto abort; in myri10ge_set_multicast_list() [all …]
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-report.txt | 84 abort cost. This is the global weight. 86 - transaction: Transaction abort flags. 110 - abort: TSX transaction abort.
|
D | perf-record.txt | 213 - abort_tx: only when the target is a hardware transaction abort 228 abort events and some memory events in precise mode on modern Intel CPUs.
|
D | perf-top.txt | 119 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
/linux-4.1.27/Documentation/s390/ |
D | qeth.txt | 29 BRIDGEDHOST={reset|register|deregister|abort} - host address
|
/linux-4.1.27/include/xen/ |
D | xenbus.h | 147 int xenbus_transaction_end(struct xenbus_transaction t, int abort);
|
/linux-4.1.27/include/linux/mmc/ |
D | core.h | 191 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 13 Generates undefined instruction abort. Default for instructions that
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2037 goto abort; in exec_drive_taskfile() 2044 goto abort; in exec_drive_taskfile() 2048 goto abort; in exec_drive_taskfile() 2056 goto abort; in exec_drive_taskfile() 2065 goto abort; in exec_drive_taskfile() 2070 goto abort; in exec_drive_taskfile() 2077 goto abort; in exec_drive_taskfile() 2096 goto abort; in exec_drive_taskfile() 2138 goto abort; in exec_drive_taskfile() 2180 goto abort; in exec_drive_taskfile() [all …]
|
/linux-4.1.27/tools/virtio/ |
D | vringh_test.c | 28 abort(); in never_notify_host() 33 abort(); in never_callback_guest() 477 abort(); in main()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | atom.c | 62 bool abort; member 632 ctx->abort = true; in atom_op_calltable() 735 ctx->abort = true; in atom_op_jump() 1181 ectx.abort = false; in atom_execute_table_locked() 1195 if (ectx.abort) { in atom_execute_table_locked()
|
/linux-4.1.27/Documentation/spi/ |
D | spidev_test.c | 30 abort(); in pabort()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 119 version - 1 (userspace should abort if otherwise) 231 - TCMU will post commands, and then abort them after a timeout period 238 the kernel will abort pending tasks. 242 - The kernel will abort pending tasks after a timeout period.
|
/linux-4.1.27/Documentation/zh_CN/arm/ |
D | kernel_user_helpers.txt | 79 abort();
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 4415 struct CommandList *abort, int swizzle) in hpsa_send_abort() argument 4429 (void) fill_cmd(c, HPSA_ABORT_MSG, h, abort, in hpsa_send_abort() 4434 hpsa_get_tag(h, abort, &taglower, &tagupper); in hpsa_send_abort() 4467 unsigned char *scsi3addr, struct CommandList *abort) in hpsa_send_reset_as_abort_ioaccel2() argument 4476 scmd = abort->scsi_cmd; in hpsa_send_reset_as_abort_ioaccel2() 4498 if (!hpsa_get_pdisk_of_ioaccel2(h, abort, psa)) { in hpsa_send_reset_as_abort_ioaccel2() 4543 unsigned char *scsi3addr, struct CommandList *abort) in hpsa_send_abort_both_ways() argument 4550 if (abort->cmd_type == CMD_IOACCEL2) in hpsa_send_abort_both_ways() 4551 return hpsa_send_reset_as_abort_ioaccel2(h, scsi3addr, abort); in hpsa_send_abort_both_ways() 4553 return hpsa_send_abort(h, scsi3addr, abort, 0) && in hpsa_send_abort_both_ways() [all …]
|
D | NCR5380.c | 2418 int abort = 0; local 2445 abort = 1; 2455 abort = 1; 2465 abort = 1; 2502 abort = 1; 2506 if (abort) {
|
D | ncr53c8xx.c | 1890 ncrcmd abort [ 2]; member 3318 PADDRH (abort), 3328 PADDRH (abort), 4684 cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); 7346 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); in ncr_init_ccb()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 918 void ath_roc_complete(struct ath_softc *sc, bool abort) in ath_roc_complete() argument 922 if (abort) in ath_roc_complete() 934 void ath_scan_complete(struct ath_softc *sc, bool abort) in ath_scan_complete() argument 938 if (abort) in ath_scan_complete() 946 ieee80211_scan_completed(sc->hw, abort); in ath_scan_complete()
|
D | ath9k.h | 473 void ath_scan_complete(struct ath_softc *sc, bool abort); 474 void ath_roc_complete(struct ath_softc *sc, bool abort);
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.h | 254 u32 abort; /* rev8 */ member
|
D | sdio.c | 1234 static void brcmf_sdio_rxfail(struct brcmf_sdio *bus, bool abort, bool rtx) in brcmf_sdio_rxfail() argument 1242 abort ? "abort command, " : "", in brcmf_sdio_rxfail() 1245 if (abort) in brcmf_sdio_rxfail()
|
/linux-4.1.27/include/math-emu/ |
D | op-common.h | 363 abort(); \ 447 abort(); \ 516 abort(); \
|
D | op-2.h | 358 abort(); \
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 72 As mandated by the spec, other than the two fields revision_id and abort, 94 u32 abort;
|
/linux-4.1.27/drivers/bus/ |
D | Kconfig | 47 arbiter. This driver provides timeout and target abort error handling
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | sfp-machine.h | 353 #define abort() \ macro
|
/linux-4.1.27/drivers/scsi/isci/ |
D | scu_task_context.h | 593 u32 abort:1; member
|
D | request.c | 228 task_context->abort = 0; in scu_ssp_reqeust_construct_task_context() 510 task_context->abort = 0; in scu_sata_reqeust_construct_task_context() 3018 ireq->tc->abort = 1; in sci_request_aborting_state_enter() 3244 task_context->abort = 0; in sci_io_request_construct_smp()
|
D | port.c | 891 tc->abort = 0; in sci_port_post_dummy_request() 915 tc->abort = 1; in sci_port_abort_dummy_request()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 499 goto abort; in ufs_getfrag_block() 503 abort: in ufs_getfrag_block() 511 goto abort; in ufs_getfrag_block()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 957 int abort = 0; in iwch_modify_qp() local 1048 abort=0; in iwch_modify_qp() 1064 abort=1; in iwch_modify_qp() 1150 iwch_ep_disconnect(ep, abort, GFP_KERNEL); in iwch_modify_qp()
|
D | iwch_cm.c | 1739 int abort = 1; in ep_timeout() local 1765 abort = 0; in ep_timeout() 1768 if (abort) in ep_timeout()
|
/linux-4.1.27/drivers/ata/ |
D | sata_sil24.c | 985 int abort = 0, freeze = 0; in sil24_error_intr() local 1026 abort = 1; in sil24_error_intr() 1097 else if (abort) { in sil24_error_intr()
|
D | sata_fsl.c | 1092 int freeze = 0, abort=0; in sata_fsl_error_intr() local 1149 abort = 1; in sata_fsl_error_intr() 1204 else if (abort) { in sata_fsl_error_intr()
|
D | sata_mv.c | 2661 int abort = 0; in mv_err_intr() local 2768 abort = 1; in mv_err_intr() 2775 abort = 1; in mv_err_intr() 2778 if (abort) { in mv_err_intr()
|
/linux-4.1.27/tools/perf/util/ |
D | event.h | 131 u64 abort:1; member
|
D | sort.c | 1032 return left->branch_info->flags.abort != in sort__abort_cmp() 1033 right->branch_info->flags.abort; in sort__abort_cmp() 1042 if (he->branch_info->flags.abort) in hist_entry__abort_snprintf()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 463 abort(); in term_handler()
|
/linux-4.1.27/kernel/ |
D | resource.c | 986 int abort = 0; in reserve_region_with_split() local 994 abort = 1; in reserve_region_with_split() 1006 if (!abort) in reserve_region_with_split()
|
/linux-4.1.27/fs/ntfs/ |
D | dir.c | 1216 goto abort; in ntfs_readdir() 1409 goto abort; in ntfs_readdir() 1423 abort: in ntfs_readdir()
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 29 (*) The CCCR.CC3 register is reserved within the kernel to act as an atomic modify abort flag.
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1343 int abort = 0; in c4iw_modify_qp() local 1441 abort = 0; in c4iw_modify_qp() 1470 abort = 1; in c4iw_modify_qp() 1540 abort = 1; in c4iw_modify_qp() 1556 c4iw_ep_disconnect(ep, abort, internal ? GFP_ATOMIC : in c4iw_modify_qp()
|
D | cm.c | 3801 int abort = 1; in process_timeout() local 3834 abort = 0; in process_timeout() 3839 abort = 0; in process_timeout() 3841 if (abort) in process_timeout()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ppp.c | 396 goto abort; in pppol2tp_xmit() 401 goto abort; in pppol2tp_xmit() 437 abort: in pppol2tp_xmit()
|
/linux-4.1.27/fs/fuse/ |
D | cuse.c | 578 static DEVICE_ATTR(abort, 0200, NULL, cuse_class_abort_store);
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | zynq-7000.dtsi | 272 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
|
D | omap3-n900.dts | 18 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | hw_exception_handler.S | 918 .globl abort; 920 abort: label
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | dev.h | 415 u32 abort; member
|
D | tx.c | 902 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
|
/linux-4.1.27/fs/f2fs/ |
D | segment.c | 212 void commit_inmem_pages(struct inode *inode, bool abort) in commit_inmem_pages() argument 230 if (!abort) { in commit_inmem_pages() 237 if (!abort) { in commit_inmem_pages() 259 if (!abort) { in commit_inmem_pages()
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 159 to abort the command. If that doesn't work, the device is reset.
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 1195 goto abort; in srpc_send_rpc() 1289 abort: in srpc_send_rpc()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 540 * The target has dropped ATN (doesn't want to abort or BDR) 1491 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 1635 * to mesgin to give an invalid message, let the host abort us. 1641 * cdb, abort the command. 1702 * or we want to abort this command. Either way, the target
|
D | aic79xx.seq | 966 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 1198 * to mesgin to give an invalid message, let the host abort us. 1204 * cdb, abort the command. 1290 * or we want to abort this command. Either way, the target
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 1242 cmd.abort.opcode = nvme_admin_abort_cmd; in nvme_abort_req() 1243 cmd.abort.cid = req->tag; in nvme_abort_req() 1244 cmd.abort.sqid = cpu_to_le16(nvmeq->qid); in nvme_abort_req() 1245 cmd.abort.command_id = abort_req->tag; in nvme_abort_req()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 1349 goto abort; in pfm_reserve_session() 1361 if (pfm_sessions.pfs_sys_sessions) goto abort; in pfm_reserve_session() 1385 abort: in pfm_reserve_session() 1617 if (ret < 0) goto abort; in pfm_read() 1633 abort: in pfm_read()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_40x.S | 943 _GLOBAL(abort)
|
D | head_fsl_booke.S | 1051 _GLOBAL(abort)
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 102 options. It can either refuse to apply the changes and abort or it can try 161 in error, then just say [n]o and abort this patch. If you applied this patch
|
/linux-4.1.27/Documentation/hwmon/ |
D | pmbus-core | 101 core code will abort if the chip driver returns an error code when reading
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-power | 170 successful, will make the kernel abort a subsequent transition
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 631 handle the PCI master abort on all platforms if the PCI device is 633 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 87 abort(); in handler_call_die()
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 447 goto abort; in udf_get_block() 453 abort: in udf_get_block()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 1640 abort(); in lnet_router_checker()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1464 struct megasas_abort_frame abort; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 65 event conditions. The abort latency is assumed to be negligible
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 405 a xfer abort request to the HC, cancel all the URBs we had submitted
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 421 tm __LC_PGM_ILC+2,0x02 # check for transaction abort
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 263 to abort the lookup of that object.
|