Searched refs:wip (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/trace/rv/ |
| H A D | deterministic_automata.rst | 19 For example, a given automaton named 'wip' (wakeup in preemptive) can 36 The previous 'wip' automaton can also be represented as:: 55 For example, the 'wip' automata can be presented as (augmented with comments):: 113 For example, this is the 'wip' model in DOT:: 136 $ dot -Tsvg -o wip.svg wip.dot 137 $ graph-easy wip.dot > wip.txt 146 For example, having the previous 'wip' model into a file named 'wip.dot', 148 representation (previously shown) in the 'wip.h' file:: 150 $ dot2c wip.dot > wip.h 152 The 'wip.h' content is the code sample in section 'Deterministic Automaton
|
| H A D | monitor_wip.rst | 1 Monitor wip 4 - Name: wip - wakeup in preemptive 11 The wakeup in preemptive (wip) monitor is a sample per-cpu monitor 55 Grapviz Dot file in tools/verification/models/wip.dot
|
| /linux/Documentation/tools/rv/ |
| H A D | rv-mon-wip.rst | 4 rv-mon-wip 15 **rv mon wip** [*OPTIONS*] 20 The wakeup in preemptive (**wip**) monitor is a sample per-cpu monitor that
|
| H A D | rv-mon-wwnr.rst | 15 **rv mon wip** [*OPTIONS*]
|
| /linux/kernel/trace/rv/monitors/wip/ |
| H A D | Kconfig | 7 bool "wip monitor" 9 Enable wip (wakeup in preemptive) sample monitor that illustrates
|
| H A D | wip.c | 10 #define MODULE_NAME "wip" 17 #include "wip.h" 43 rv_attach_trace_probe("wip", preempt_enable, handle_preempt_enable); in enable_wip() 44 rv_attach_trace_probe("wip", sched_waking, handle_sched_waking); in enable_wip() 45 rv_attach_trace_probe("wip", preempt_disable, handle_preempt_disable); in enable_wip() 54 rv_detach_trace_probe("wip", preempt_disable, handle_preempt_disable); in disable_wip() 55 rv_detach_trace_probe("wip", preempt_enable, handle_preempt_enable); in disable_wip() 56 rv_detach_trace_probe("wip", sched_waking, handle_sched_waking); in disable_wip() 62 .name = "wip", 85 MODULE_DESCRIPTION("wip [all...] |
| /linux/kernel/trace/rv/ |
| H A D | Makefile | 6 obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
|
| H A D | Kconfig | 49 source "kernel/trace/rv/monitors/wip/Kconfig"
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 2020 struct xfs_inode *wip, /* in: whiteout inode */ in xfs_sort_for_rename() argument 2042 if (wip) in xfs_sort_for_rename() 2043 i_tab[i++] = wip; in xfs_sort_for_rename() 2083 struct xfs_inode **wip) in xfs_rename_alloc_whiteout() argument 2117 *wip = tmpfile; in xfs_rename_alloc_whiteout()
|