| /linux/drivers/base/ |
| H A D | attribute_container.c | 244 int (*undo)(struct attribute_container *, in do_attribute_container_device_trigger_safe() 267 if (!undo) in do_attribute_container_device_trigger_safe() 277 undo(cont, dev, &ic->classdev); in do_attribute_container_device_trigger_safe() 301 int (*undo)(struct attribute_container *, in attribute_container_device_trigger_safe() 316 fn, undo); in attribute_container_device_trigger_safe() 323 if (ret && !WARN_ON(!undo)) { in attribute_container_device_trigger_safe() 333 undo, NULL); in attribute_container_device_trigger_safe()
|
| /linux/sound/soc/ |
| H A D | soc-jack.c | 328 goto undo; in snd_soc_jack_add_gpios() 344 goto undo; in snd_soc_jack_add_gpios() 349 goto undo; in snd_soc_jack_add_gpios() 363 goto undo; in snd_soc_jack_add_gpios() 391 undo: in snd_soc_jack_add_gpios()
|
| /linux/ipc/ |
| H A D | sem.c | 133 struct sem_undo *undo; /* undo structure */ member 657 un = q->undo; in perform_atomic_semop_slow() 675 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local 677 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop_slow() 679 un->semadj[sop->sem_num] = undo; in perform_atomic_semop_slow() 696 goto undo; in perform_atomic_semop_slow() 706 undo: in perform_atomic_semop_slow() 729 un = q->undo; in perform_atomic_semop() 758 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local 761 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop() [all …]
|
| /linux/drivers/xen/ |
| H A D | gntalloc.c | 134 goto undo; in add_grefs() 143 goto undo; in add_grefs() 151 goto undo; in add_grefs() 163 undo: in add_grefs()
|
| /linux/include/uapi/linux/ |
| H A D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
| /linux/include/linux/ |
| H A D | attribute_container.h | 61 int (*undo)(struct attribute_container *,
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-388-clearfog-base.dts | 51 * We undo that rubbish here.
|
| H A D | armada-38x-solidrun-microsom.dtsi | 67 * We undo that rubbish here.
|
| H A D | armada-385-clearfog-gtr.dtsi | 389 * We undo that rubbish here.
|
| /linux/Documentation/process/ |
| H A D | management-style.rst | 63 you **will** be wrong), you can always undo the damage later by 81 incompetent nincompoop, say you're sorry, and undo all the worthless 94 too, and while the actual **work** was easy enough to undo by just 143 It turns out that while it's easy to undo technical mistakes, it's not 144 as easy to undo personality disorders. You just have to live with
|
| H A D | applying-patches.rst | 62 You can revert (undo) it like this::
|
| /linux/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 24 eor r5, r5, 0x4d000 @ undo previous insn
|
| /linux/Documentation/userspace-api/ |
| H A D | futex2.rst | 53 to ``val``. If it's different, the syscall undo all the work done so far and
|
| /linux/drivers/platform/mellanox/ |
| H A D | Kconfig | 93 and to set up a watchdog that can undo that swap if the system
|
| /linux/kernel/sched/ |
| H A D | rt.c | 2878 goto undo; in sched_rt_handler() 2882 goto undo; in sched_rt_handler() 2886 goto undo; in sched_rt_handler() 2892 undo: in sched_rt_handler()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_hwi.c | 1053 goto undo; in asd_ascb_alloc() 1059 undo: in asd_ascb_alloc()
|
| /linux/Documentation/driver-api/ |
| H A D | pwm.rst | 147 registered using pwmchip_add() and removed again with pwmchip_remove(). To undo
|
| /linux/fs/jbd2/ |
| H A D | transaction.c | 1149 bool undo) in jbd2_write_access_granted() argument 1177 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
|
| /linux/Documentation/admin-guide/ |
| H A D | tainted-kernels.rst | 12 Note the kernel will remain tainted even after you undo what caused the taint
|
| /linux/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 18 guaranteed to either complete atomically or roll back and undo any partial
|
| /linux/arch/sh/lib/ |
| H A D | memcpy-sh4.S | 639 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
|
| /linux/Documentation/networking/ |
| H A D | netdevices.rst | 63 /* ... undo the device setup ... */
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 218 which you supply a page and undo write protect. Note that there is a
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | resource_tracker.c | 1307 goto undo; in add_res_range() 1311 goto undo; in add_res_range() 1320 undo: in add_res_range()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | l1tf.rst | 301 undo the SMT disable via the sysfs interface.
|