Searched refs:REF (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/arch/sh/kernel/cpu/sh3/ |
D | setup-sh770x.c | 32 RTC, WDT, REF, enumerator 43 INTC_VECT(REF, 0x580), 44 INTC_VECT(REF, 0x5a0), 69 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, SCI, 0 } },
|
D | setup-sh7710.c | 28 RTC, WDT, REF, enumerator 54 INTC_VECT(REF, 0x580), 59 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
/Linux-v5.15/arch/sh/kernel/cpu/sh4/ |
D | setup-sh7750.c | 185 TMU3, TMU4, TMU0, TMU1, TMU2, RTC, SCI1, SCIF, WDT, REF, enumerator 202 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 207 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, SCI1, 0 } },
|
D | setup-sh7760.c | 37 WDT, REF, enumerator 75 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 105 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
/Linux-v5.15/Documentation/filesystems/ |
D | path-lookup.rst | 30 will allow us to review "REF-walk" and "RCU-walk" separately. But we 142 REF-walk: simple concurrency management with refcounts and spinlocks 148 pathname, and focus on the "REF-walk" approach to concurrency 155 REF-walk is fairly heavy-handed with locks and reference counts. Not 162 The locking mechanisms used by REF-walk include: 205 When looking for a name in a directory, REF-walk takes ``d_lock`` on 211 REF-walk can take ``d_lock`` to get a stable reference to ``d_parent``, 517 Apart from symbolic links, there are only two parts of the "REF-walk" 599 It is in many ways similar to REF-walk and the two share quite a bit 603 We noted that REF-walk is complex because there are numerous details [all …]
|
D | ubifs-authentication.rst | 171 / CS | REF | REF | | \ \ DENT | INO | INO | / 182 (CS) and reference nodes (REF) pointing to main area 344 ,.REF#0,-> bud -> bud -> bud.-> auth -> bud -> bud.-> auth ... 351 , REF#1 -> bud -> bud,-> auth ... 354 REF#2 -> ...
|
D | autofs.rst | 173 to "REF-walk", which is slower but more robust. 189 mounted, it *will* fall back to REF-walk. `d_manage()` cannot make the
|
/Linux-v5.15/scripts/gcc-plugins/ |
D | gcc-common.h | 140 #define PASS_INFO(NAME, REF, ID, POS) \ argument 143 .reference_pass_name = REF, \
|
/Linux-v5.15/include/linux/ |
D | property.h | 326 REF, _val_, _len_)
|