/Linux-v4.19/sound/soc/ |
D | soc-jack.c | 387 goto undo; in snd_soc_jack_add_gpios() 403 goto undo; in snd_soc_jack_add_gpios() 412 goto undo; in snd_soc_jack_add_gpios() 418 goto undo; in snd_soc_jack_add_gpios() 463 undo: in snd_soc_jack_add_gpios()
|
/Linux-v4.19/ipc/ |
D | sem.c | 133 struct sem_undo *undo; /* undo structure */ member 640 un = q->undo; in perform_atomic_semop_slow() 658 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local 660 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop_slow() 662 un->semadj[sop->sem_num] = undo; in perform_atomic_semop_slow() 679 goto undo; in perform_atomic_semop_slow() 689 undo: in perform_atomic_semop_slow() 712 un = q->undo; in perform_atomic_semop() 741 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local 744 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop() [all …]
|
/Linux-v4.19/drivers/xen/ |
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-v4.19/Documentation/acpi/ |
D | method-customizing.txt | 57 3. undo your changes 58 The "undo" operation is not supported for a new inserted method 60 For an overridden method, in order to undo your changes, please
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 117 goto undo; in omapfb_setup_plane() 124 goto undo; in omapfb_setup_plane() 137 goto undo; in omapfb_setup_plane() 143 goto undo; in omapfb_setup_plane() 149 goto undo; in omapfb_setup_plane() 164 undo: in omapfb_setup_plane()
|
/Linux-v4.19/mm/ |
D | page_isolation.c | 204 goto undo; in start_isolate_page_range() 208 undo: in start_isolate_page_range()
|
/Linux-v4.19/include/uapi/linux/ |
D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
/Linux-v4.19/fs/gfs2/ |
D | ops_fstype.c | 379 int undo) in init_locking() argument 383 if (undo) in init_locking() 635 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument 643 if (undo) { in init_journal() 771 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument 776 if (undo) in init_inodes() 779 error = init_journal(sdp, undo); in init_inodes() 834 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument 845 if (undo) in init_per_node()
|
/Linux-v4.19/drivers/staging/octeon/ |
D | ethernet-tx.c | 61 int undo; in cvm_oct_adjust_skb_to_free() local 63 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + in cvm_oct_adjust_skb_to_free() 65 if (undo > 0) in cvm_oct_adjust_skb_to_free() 66 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-388-clearfog-base.dts | 51 * We undo that rubbish here.
|
D | armada-38x-solidrun-microsom.dtsi | 67 * We undo that rubbish here.
|
/Linux-v4.19/Documentation/process/ |
D | management-style.rst | 62 you **will** be wrong), you can always undo the damage later by 80 incompetent nincompoop, say you're sorry, and undo all the worthless 93 too, and while the actual **work** was easy enough to undo by just 142 It turns out that while it's easy to undo technical mistakes, it's not 143 as easy to undo personality disorders. You just have to live with
|
D | applying-patches.rst | 62 You can revert (undo) it like this::
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 978 int undo; in netlink_undo_bind() local 983 for (undo = 0; undo < group; undo++) in netlink_undo_bind() 984 if (test_bit(undo, &groups)) in netlink_undo_bind() 985 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
|
/Linux-v4.19/kernel/sched/ |
D | rt.c | 2674 goto undo; in sched_rt_handler() 2678 goto undo; in sched_rt_handler() 2682 goto undo; in sched_rt_handler() 2688 undo: in sched_rt_handler()
|
/Linux-v4.19/net/bridge/ |
D | br_fdb.c | 171 goto undo; in fdb_add_hw_addr() 176 undo: in fdb_add_hw_addr()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.c | 1074 goto undo; in asd_ascb_alloc() 1080 undo: in asd_ascb_alloc()
|
/Linux-v4.19/fs/jbd2/ |
D | transaction.c | 1018 bool undo) in jbd2_write_access_granted() argument 1046 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
|
/Linux-v4.19/Documentation/powerpc/ |
D | transactional_memory.txt | 17 guaranteed to either complete atomically or roll back and undo any partial
|
/Linux-v4.19/arch/sh/lib/ |
D | memcpy-sh4.S | 639 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
|
/Linux-v4.19/Documentation/networking/ |
D | phy.txt | 56 mdiobus_register. Similarly, there's a remove function to undo all of
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | devices.rst | 450 4. The ``complete`` phase should undo the actions of the ``prepare`` phase. 547 described above. Its methods should undo the actions of the preceding
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 1297 goto undo; in add_res_range() 1301 goto undo; in add_res_range() 1310 undo: in add_res_range()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | l1tf.rst | 301 undo the SMT disable via the sysfs interface.
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 374 counter; the USB core will undo any remaining "get"s when a driver
|