Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 200 of 216) sorted by relevance

12

/linux-4.1.27/arch/unicore32/lib/
Dcopy_template.S75 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 …]
Dcopy_to_user.S36 .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
Dcopy_from_user.S36 .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/
Dcopy_to_user.S44 .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 …]
Dcopy_from_user.S44 .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 …]
Dcopy_template.S116 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 …]
Dmemcpy.S20 .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/
Dfuse_test.c52 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 …]
Dmemfd_test.c37 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/
Dassembler.h100 .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/
DMakefile22 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/
Dassembler.h349 .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 …]
Dglue-pf.h54 #error Unknown prefetch abort handler type
Dglue-df.h99 #error Unknown data abort handler type
/linux-4.1.27/drivers/net/wireless/orinoco/
Dscan.c173 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()
Dfw.c149 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()
Dscan.h19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c34 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/
Dnct7802.c80 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 …]
Dlm80.c188 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 …]
Dadc128d818.c94 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()
Dlineage-pem.c151 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()
Dmax1668.c96 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()
Dsch5636.c92 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()
Dmax6697.c196 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()
Dltc4151.c87 goto abort; in ltc4151_update_device()
94 abort: in ltc4151_update_device()
Dtmp401.c257 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()
Dmax6639.c124 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()
Dlm95234.c179 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()
Dltc4261.c90 goto abort; in ltc4261_update_device()
97 abort: in ltc4261_update_device()
Dina209.c95 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()
Dds620.c127 goto abort; in ds620_update_client()
136 abort: in ds620_update_client()
Dmenf21bmc_hwmon.c70 goto abort; in menf21bmc_hwmon_update()
77 abort: in menf21bmc_hwmon_update()
Dlm73.c156 goto abort; in show_maxmin_alarm()
162 abort: in show_maxmin_alarm()
Dadt7x10.c165 goto abort; in adt7x10_update_temp()
172 goto abort; in adt7x10_update_temp()
179 abort: in adt7x10_update_temp()
Dsch5627.c121 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()
Dsmm665.c257 goto abort; in smm665_update_device()
266 goto abort; in smm665_update_device()
273 abort: in smm665_update_device()
Dlm75.c543 goto abort; in lm75_update_device()
551 abort: in lm75_update_device()
Djc42.c240 goto abort; in jc42_update_device()
247 abort: in jc42_update_device()
/linux-4.1.27/sound/soc/codecs/
Dwm0010.c383 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/
Dsdio_ops.c210 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()
Dcore.c897 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/
Dide-taskfile.c492 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 …]
Dide-ioctls.c170 goto abort; in ide_cmd_ioctl()
181 abort: in ide_cmd_ioctl()
/linux-4.1.27/tools/virtio/asm/
Dbarrier.h9 # define rmb() abort()
10 # define wmb() abort()
/linux-4.1.27/scripts/
Dunifdef.c360 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 …]
Dasn1_compiler.c789 abort(); in parse()
883 abort(); in parse_type()
/linux-4.1.27/drivers/i2c/busses/
Di2c-diolan-u2c.c361 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()
Di2c-amd756.c126 goto abort; in amd756_transaction()
143 goto abort; in amd756_transaction()
180 abort: in amd756_transaction()
Di2c-mv64xxx.c537 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/
Dpm.c217 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/
Dpmbus.c138 goto abort; in pmbus_identify()
156 goto abort; in pmbus_identify()
161 abort: in pmbus_identify()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c196 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()
Dxenbus_xs.c526 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/
Dperf_event_intel_lbr.c418 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()
Dperf_event_intel.c2956 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/
Dsm_statefuns.c3241 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 …]
Dsm_sideeffect.c575 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/
Dtransactional_memory.txt60 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/
Draid0.c149 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()
Draid1.c1698 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 …]
Dmultipath.c305 goto abort; in multipath_remove_disk()
313 goto abort; in multipath_remove_disk()
317 abort: in multipath_remove_disk()
Draid5.c3191 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 …]
Dmd.c839 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 …]
Draid10.c1876 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/
Dar-connevent.c231 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/
Dshpchp_hpc.c956 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()
Dpciehp_hpc.c728 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/
Dbug.h8 #define BUG() abort()
/linux-4.1.27/arch/blackfin/mm/
Disram-driver.c383 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/
Dmcpm_entry.c404 goto abort; in __mcpm_outbound_enter_critical()
434 goto abort; in __mcpm_outbound_enter_critical()
440 abort: in __mcpm_outbound_enter_critical()
Dmcpm_head.S128 @ 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/
Dentry-armv.S65 @ 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.
Dtraps.c816 void abort(void) in abort() function
823 EXPORT_SYMBOL(abort);
Dentry-header.S315 ldr sp, [sp, #S_SP] @ abort is deadly from here onward (it will
/linux-4.1.27/arch/alpha/math-emu/
Dsfp-util.h30 #define abort() goto bad_insn macro
/linux-4.1.27/arch/sparc/math-emu/
Dsfp-util_32.h108 #define abort() \ macro
Dsfp-util_64.h113 #define abort() \ macro
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c497 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/
Dsfp-util.h65 #define abort() BUG() macro
/linux-4.1.27/arch/x86/kernel/
Duprobes.c522 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/
Dtraps.c291 void abort(void) in abort() function
298 EXPORT_SYMBOL(abort);
Dentry.S266 @ 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/
DChangeLog.arcmsr30 ** 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
Dscsi_eh.txt108 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
DChangeLog.sym53c8xx18 - 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
DChangeLog.lpfc29 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
Dtmscsim.txt350 * More intelligent abort() routine
386 * In some situations, the driver will get stuck in an abort loop. This is a
Dscsi_mid_low_api.txt743 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.
DChangeLog.1992-1997826 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.
Daic79xx.txt171 - Added abort and target/lun reset error recovery handler and
/linux-4.1.27/net/mac80211/
Doffchannel.c345 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()
Dieee80211_i.h341 bool started, abort, hw_begun, notified; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddport.c196 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/
Dnfnetlink.h30 int (*abort)(struct sk_buff *skb); member
/linux-4.1.27/fs/xfs/
Dxfs_log_cil.c374 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/
Dxenbus.c804 goto abort; in connect()
817 goto abort; in connect()
827 goto abort; in connect()
835 goto abort; in connect()
855 abort: in connect()
Dblkback.c526 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/
Dmvme147hw.h46 volatile u_char abort; member
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c35 abort(); in test_one()
/linux-4.1.27/Documentation/arm/
Dswp_emulation10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
D00-INDEX40 - alignment abort handler documentation
Dkernel_user_helpers.txt64 abort();
/linux-4.1.27/arch/sh/math-emu/
Dsfp-util.h68 #define abort() return 0 macro
/linux-4.1.27/net/netfilter/
Dnfnetlink.c311 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/
Drxrpc.txt248 (*) 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 …]
Dpolicy-routing.txt15 REJECT - abort route lookup and return an error value.
16 THROW - abort route lookup in this class.
Doperstates.txt145 -do 802.1X, eventually abort if flags go down again
/linux-4.1.27/tools/usb/usbip/libsrc/
Dusbip_common.h87 abort(); \
/linux-4.1.27/Documentation/acpi/apei/
Doutput_format.txt79 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/
Dlguest.c953 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/
Dtcp_timer.c309 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/
Dinode.c1005 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/
Dmv88e6xxx.c911 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/
Dusblp.c1112 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/
Domap.c141 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()
Domap_hsmmc.c2276 goto abort; in omap_hsmmc_runtime_suspend()
2288 abort: in omap_hsmmc_runtime_suspend()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_state.c352 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/
Dcsio_scsi.c647 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()
Dcsio_scsi.h332 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
/linux-4.1.27/Documentation/filesystems/
Dfuse.txt140 '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.
Dext3.txt115 data_err=abort Abort the journal if an error occurs in a file
Dext4.txt220 abort Simulate the effects of calling ext4_abort() for
233 data_err=abort Abort the journal if an error occurs in a file
Dsharedsubtree.txt901 3. abort phases.
923 if any memory allocations fail, go to the abort phase.
Dpath-lookup.txt193 "done" with the operation. Retry or abort if the seqcount does not match.
Dntfs.txt144 Otherwise the default behaviour is to abort mount if
/linux-4.1.27/include/uapi/linux/
Dfd.h89 abort, /* number of errors to be reached before aborting */ member
Dperf_event.h914 abort:1, /* transaction abort */ member
Dnvme.h472 struct nvme_abort_cmd abort; member
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c494 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/
Dperf-report.txt84 abort cost. This is the global weight.
86 - transaction: Transaction abort flags.
110 - abort: TSX transaction abort.
Dperf-record.txt213 - 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.
Dperf-top.txt119 local_weight, abort, in_tx, transaction, overhead, sample, period.
/linux-4.1.27/Documentation/s390/
Dqeth.txt29 BRIDGEDHOST={reset|register|deregister|abort} - host address
/linux-4.1.27/include/xen/
Dxenbus.h147 int xenbus_transaction_end(struct xenbus_transaction t, int abort);
/linux-4.1.27/include/linux/mmc/
Dcore.h191 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
/linux-4.1.27/Documentation/arm64/
Dlegacy_instructions.txt13 Generates undefined instruction abort. Default for instructions that
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c2037 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/
Dvringh_test.c28 abort(); in never_notify_host()
33 abort(); in never_callback_guest()
477 abort(); in main()
/linux-4.1.27/drivers/gpu/drm/radeon/
Datom.c62 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/
Dspidev_test.c30 abort(); in pabort()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt119 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/
Dkernel_user_helpers.txt79 abort();
/linux-4.1.27/drivers/scsi/
Dhpsa.c4415 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 …]
DNCR5380.c2418 int abort = 0; local
2445 abort = 1;
2455 abort = 1;
2465 abort = 1;
2502 abort = 1;
2506 if (abort) {
Dncr53c8xx.c1890 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/
Dchannel.c918 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()
Dath9k.h473 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/
Dsdio.h254 u32 abort; /* rev8 */ member
Dsdio.c1234 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/
Dop-common.h363 abort(); \
447 abort(); \
516 abort(); \
Dop-2.h358 abort(); \
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt72 As mandated by the spec, other than the two fields revision_id and abort,
94 u32 abort;
/linux-4.1.27/drivers/bus/
DKconfig47 arbiter. This driver provides timeout and target abort error handling
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h353 #define abort() \ macro
/linux-4.1.27/drivers/scsi/isci/
Dscu_task_context.h593 u32 abort:1; member
Drequest.c228 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()
Dport.c891 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/
Dinode.c499 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/
Diwch_qp.c957 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()
Diwch_cm.c1739 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/
Dsata_sil24.c985 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()
Dsata_fsl.c1092 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()
Dsata_mv.c2661 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/
Devent.h131 u64 abort:1; member
Dsort.c1032 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/
Debb.c463 abort(); in term_handler()
/linux-4.1.27/kernel/
Dresource.c986 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/
Ddir.c1216 goto abort; in ntfs_readdir()
1409 goto abort; in ntfs_readdir()
1423 abort: in ntfs_readdir()
/linux-4.1.27/Documentation/frv/
Datomic-ops.txt29 (*) 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/
Dqp.c1343 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()
Dcm.c3801 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/
Dl2tp_ppp.c396 goto abort; in pppol2tp_xmit()
401 goto abort; in pppol2tp_xmit()
437 abort: in pppol2tp_xmit()
/linux-4.1.27/fs/fuse/
Dcuse.c578 static DEVICE_ATTR(abort, 0200, NULL, cuse_class_abort_store);
/linux-4.1.27/arch/arm/boot/dts/
Dzynq-7000.dtsi272 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
Domap3-n900.dts18 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch"
/linux-4.1.27/arch/microblaze/kernel/
Dhw_exception_handler.S918 .globl abort;
920 abort: label
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ddev.h415 u32 abort; member
Dtx.c902 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
/linux-4.1.27/fs/f2fs/
Dsegment.c212 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/
Dcciss.txt159 to abort the command. If that doesn't work, the device is reset.
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Drpc.c1195 goto abort; in srpc_send_rpc()
1289 abort: in srpc_send_rpc()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq540 * 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
Daic79xx.seq966 * 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/
Dnvme-core.c1242 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/
Dperfmon.c1349 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/
Dhead_40x.S943 _GLOBAL(abort)
Dhead_fsl_booke.S1051 _GLOBAL(abort)
/linux-4.1.27/Documentation/
Dapplying-patches.txt102 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/
Dpmbus-core101 core code will abort if the chip driver returns an error code when reading
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-power170 successful, will make the kernel abort a subsequent transition
/linux-4.1.27/Documentation/PCI/
Dpci.txt631 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/
Dtrace-event-python.c87 abort(); in handler_call_die()
/linux-4.1.27/fs/udf/
Dinode.c447 goto abort; in udf_get_block()
453 abort: in udf_get_block()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c1640 abort(); in lnet_router_checker()
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas.h1464 struct megasas_abort_frame abort; member
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Didle-states.txt65 event conditions. The abort latency is assumed to be negligible
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt405 a xfer abort request to the HC, cancel all the URBs we had submitted
/linux-4.1.27/arch/s390/kernel/
Dentry.S421 tm __LC_PGM_ILC+2,0x02 # check for transaction abort
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt263 to abort the lookup of that object.

12