Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-jack.c315 goto undo; in snd_soc_jack_add_gpios()
328 goto undo; in snd_soc_jack_add_gpios()
337 goto undo; in snd_soc_jack_add_gpios()
343 goto undo; in snd_soc_jack_add_gpios()
380 undo: in snd_soc_jack_add_gpios()
/linux-4.1.27/drivers/xen/
Dgntalloc.c134 goto undo; in add_grefs()
141 goto undo; in add_grefs()
147 goto undo; in add_grefs()
159 undo: in add_grefs()
/linux-4.1.27/Documentation/acpi/
Dmethod-customizing.txt57 3. undo your changes
58 The "undo" operation is not supported for a new inserted method
60 For an overrided method, in order to undo your changes, please
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c117 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-4.1.27/include/uapi/linux/
Dsem.h30 struct sem_undo *undo; /* undo requests on this array */ member
/linux-4.1.27/fs/gfs2/
Dops_fstype.c393 int undo) in init_locking() argument
397 if (undo) in init_locking()
648 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument
656 if (undo) { in init_journal()
782 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument
787 if (undo) in init_inodes()
790 error = init_journal(sdp, undo); in init_inodes()
845 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument
856 if (undo) in init_per_node()
/linux-4.1.27/mm/
Dpage_isolation.c174 goto undo; in start_isolate_page_range()
178 undo: in start_isolate_page_range()
/linux-4.1.27/ipc/
Dsem.c108 struct sem_undo *undo; /* undo structure */ member
623 un = q->undo; in perform_atomic_semop()
640 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local
642 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop()
644 un->semadj[sop->sem_num] = undo; in perform_atomic_semop()
661 goto undo; in perform_atomic_semop()
671 undo: in perform_atomic_semop()
1901 queue.undo = un; in SYSCALL_DEFINE4()
Dcompat.c59 compat_uptr_t undo; member
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c79 int32_t undo; in cvm_oct_adjust_skb_to_free() local
81 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + in cvm_oct_adjust_skb_to_free()
83 if (undo > 0) in cvm_oct_adjust_skb_to_free()
84 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free()
/linux-4.1.27/Documentation/
DManagementStyle58 you _will_ be wrong), you can always undo the damage later by
76 incompetent nincompoop, say you're sorry, and undo all the worthless
88 too, and while the actual _work_ was easy enough to undo by just
136 It turns out that while it's easy to undo technical mistakes, it's not
137 as easy to undo personality disorders. You just have to live with
Dapplying-patches.txt51 You can revert (undo) it like this:
/linux-4.1.27/net/netlink/
Daf_netlink.c1488 int undo; in netlink_undo_bind() local
1493 for (undo = 0; undo < group; undo++) in netlink_undo_bind()
1494 if (test_bit(undo, &groups)) in netlink_undo_bind()
1495 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
/linux-4.1.27/net/bridge/
Dbr_fdb.c104 goto undo; in fdb_add_hw_addr()
109 undo: in fdb_add_hw_addr()
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_hwi.c1072 goto undo; in asd_ascb_alloc()
1078 undo: in asd_ascb_alloc()
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped1194 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1212 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1282 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1642 /* undo effects of setting up zconftext */
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt17 guaranteed to either complete atomically or roll back and undo any partial
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt202 This function should be used to undo the effect of pci_enable_msi_range().
438 This function should be used to undo the effect of pci_enable_msix_range().
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S638 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
/linux-4.1.27/kernel/sched/
Dcore.c7914 goto undo; in sched_rt_handler()
7918 goto undo; in sched_rt_handler()
7922 goto undo; in sched_rt_handler()
7928 undo: in sched_rt_handler()
/linux-4.1.27/Documentation/networking/
Dphy.txt56 mdiobus_register. Similarly, there's a remove function to undo all of
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped837 /* undo the effects of YY_DO_BEFORE_ACTION */
1241 /* undo effects of setting up yytext */
/linux-4.1.27/Documentation/power/
Ddevices.txt413 4. The complete phase should undo the actions of the prepare phase. Note,
503 above. Its methods should undo the actions of the preceding
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c1071 goto undo; in add_res_range()
1075 goto undo; in add_res_range()
1084 undo: in add_res_range()
/linux-4.1.27/Documentation/usb/
Dpower-management.txt369 counter; the USB core will undo any remaining "get"s when a driver
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped931 /* undo the effects of YY_DO_BEFORE_ACTION */
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1607 undisplay : undo's display's