Home
last modified time | relevance | path

Searched full:hierarchy (Results 51 – 75 of 1106) sorted by relevance

12345678910>>...45

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Almeria11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
95 HIERARCHY = NONE
107 HIERARCHY = NONE
H A Dau-GoldCoast15 HIERARCHY = NONE
28 HIERARCHY = NONE
41 HIERARCHY = NONE
54 HIERARCHY = NONE
67 HIERARCHY = NONE
80 HIERARCHY = NONE
93 HIERARCHY = NONE
106 HIERARCHY = NONE
H A Dde-Rheinland-Pfalz12 HIERARCHY = NONE
24 HIERARCHY = NONE
36 HIERARCHY = NONE
48 HIERARCHY = NONE
60 HIERARCHY = NONE
72 HIERARCHY = NONE
84 HIERARCHY = NONE
96 HIERARCHY = NONE
H A Dde-Hamburg12 HIERARCHY = NONE
24 HIERARCHY = NONE
36 HIERARCHY = NONE
48 HIERARCHY = NONE
60 HIERARCHY = NONE
72 HIERARCHY = NONE
84 HIERARCHY = NONE
96 HIERARCHY = NONE
H A Des-Pamplona11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
H A Dlv-Riga16 HIERARCHY = NONE
30 HIERARCHY = NONE
42 HIERARCHY = NONE
54 HIERARCHY = NONE
66 HIERARCHY = NONE
78 HIERARCHY = NONE
90 HIERARCHY = NONE
H A Dpt-All11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
H A Des-Valencia11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
95 HIERARCHY = NONE
H A Des-Santiago_de_Compostela11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
H A Dhk-HongKong13 HIERARCHY = NONE
26 HIERARCHY = NONE
40 HIERARCHY = NONE
53 HIERARCHY = NONE
66 HIERARCHY = NONE
79 HIERARCHY = NONE
92 HIERARCHY = NONE
H A Dau-Devonport15 HIERARCHY = NONE
28 HIERARCHY = NONE
41 HIERARCHY = NONE
54 HIERARCHY = NONE
67 HIERARCHY = NONE
80 HIERARCHY = NONE
93 HIERARCHY = NONE
H A Des-Muros-Noia11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
H A Dde-Thueringen12 HIERARCHY = NONE
24 HIERARCHY = NONE
36 HIERARCHY = NONE
48 HIERARCHY = NONE
60 HIERARCHY = NONE
72 HIERARCHY = NONE
84 HIERARCHY = NONE
H A Des-Alicante11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
83 HIERARCHY = NONE
H A Dgr-Athens16 HIERARCHY = NONE
29 HIERARCHY = NONE
42 HIERARCHY = NONE
55 HIERARCHY = NONE
68 HIERARCHY = NONE
81 HIERARCHY = NONE
94 HIERARCHY = NONE
H A Des-Granada11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
H A Dau-Adelaide12 HIERARCHY = NONE
25 HIERARCHY = NONE
38 HIERARCHY = NONE
51 HIERARCHY = NONE
64 HIERARCHY = NONE
77 HIERARCHY = NONE
H A Dau-Hervey_Bay-Ghost_Hill14 HIERARCHY = NONE
27 HIERARCHY = NONE
40 HIERARCHY = NONE
53 HIERARCHY = NONE
66 HIERARCHY = NONE
79 HIERARCHY = NONE
H A Dau-Brisbane12 HIERARCHY = NONE
25 HIERARCHY = NONE
38 HIERARCHY = NONE
51 HIERARCHY = NONE
64 HIERARCHY = NONE
77 HIERARCHY = NONE
H A Dse-Vasteras_Lillharad11 HIERARCHY = NONE
23 HIERARCHY = NONE
35 HIERARCHY = NONE
47 HIERARCHY = NONE
59 HIERARCHY = NONE
71 HIERARCHY = NONE
H A Duk-Oxford18 HIERARCHY = NONE
30 HIERARCHY = NONE
42 HIERARCHY = NONE
55 HIERARCHY = NONE
67 HIERARCHY = NONE
79 HIERARCHY = NONE
91 HIERARCHY = NONE
104 HIERARCHY = NONE
H A Duk-Waltham18 HIERARCHY = NONE
30 HIERARCHY = NONE
42 HIERARCHY = NONE
55 HIERARCHY = NONE
67 HIERARCHY = NONE
79 HIERARCHY = NONE
91 HIERARCHY = NONE
104 HIERARCHY = NONE
H A Duk-BlackHill18 HIERARCHY = NONE
30 HIERARCHY = NONE
42 HIERARCHY = NONE
55 HIERARCHY = NONE
67 HIERARCHY = NONE
79 HIERARCHY = NONE
91 HIERARCHY = NONE
104 HIERARCHY = NONE
/openbmc/linux/security/landlock/
H A Druleset.c41 * hierarchy = NULL in create_ruleset()
245 static inline void get_hierarchy(struct landlock_hierarchy *const hierarchy) in get_hierarchy() argument
247 if (hierarchy) in get_hierarchy()
248 refcount_inc(&hierarchy->usage); in get_hierarchy()
251 static void put_hierarchy(struct landlock_hierarchy *hierarchy) in put_hierarchy() argument
253 while (hierarchy && refcount_dec_and_test(&hierarchy->usage)) { in put_hierarchy()
254 const struct landlock_hierarchy *const freeme = hierarchy; in put_hierarchy()
256 hierarchy = hierarchy->parent; in put_hierarchy()
272 if (WARN_ON_ONCE(!dst || !dst->hierarchy)) in merge_ruleset()
346 if (WARN_ON_ONCE(!parent->hierarchy)) { in inherit_ruleset()
[all …]
/openbmc/linux/Documentation/core-api/irq/
H A Dirq-domain.rst215 Hierarchy IRQ domain
232 interrupt controller and those irq_domains are organized into hierarchy.
233 When building irq_domain hierarchy, the irq_domain near to the device is
234 child and the irq_domain near to CPU is parent. So a hierarchy structure
245 There are four major interfaces to use hierarchy irq_domain:
256 Following changes are needed to support hierarchy irq_domain:
259 maintain irq_domain hierarchy information.
261 build hierarchy irq_data to match hierarchy irq_domains. The irq_data
263 3) new callbacks are added to struct irq_domain_ops to support hierarchy
266 With support of hierarchy irq_domain and hierarchy irq_data ready, an
[all …]

12345678910>>...45