Searched full:hierarchy (Results 51 – 75 of 1106) sorted by relevance
12345678910>>...45
11 HIERARCHY = NONE23 HIERARCHY = NONE35 HIERARCHY = NONE47 HIERARCHY = NONE59 HIERARCHY = NONE71 HIERARCHY = NONE83 HIERARCHY = NONE95 HIERARCHY = NONE107 HIERARCHY = NONE
15 HIERARCHY = NONE28 HIERARCHY = NONE41 HIERARCHY = NONE54 HIERARCHY = NONE67 HIERARCHY = NONE80 HIERARCHY = NONE93 HIERARCHY = NONE106 HIERARCHY = NONE
12 HIERARCHY = NONE24 HIERARCHY = NONE36 HIERARCHY = NONE48 HIERARCHY = NONE60 HIERARCHY = NONE72 HIERARCHY = NONE84 HIERARCHY = NONE96 HIERARCHY = NONE
11 HIERARCHY = NONE23 HIERARCHY = NONE35 HIERARCHY = NONE47 HIERARCHY = NONE59 HIERARCHY = NONE71 HIERARCHY = NONE83 HIERARCHY = NONE
16 HIERARCHY = NONE30 HIERARCHY = NONE42 HIERARCHY = NONE54 HIERARCHY = NONE66 HIERARCHY = NONE78 HIERARCHY = NONE90 HIERARCHY = NONE
11 HIERARCHY = NONE23 HIERARCHY = NONE35 HIERARCHY = NONE47 HIERARCHY = NONE59 HIERARCHY = NONE71 HIERARCHY = NONE83 HIERARCHY = NONE95 HIERARCHY = NONE
13 HIERARCHY = NONE26 HIERARCHY = NONE40 HIERARCHY = NONE53 HIERARCHY = NONE66 HIERARCHY = NONE79 HIERARCHY = NONE92 HIERARCHY = NONE
15 HIERARCHY = NONE28 HIERARCHY = NONE41 HIERARCHY = NONE54 HIERARCHY = NONE67 HIERARCHY = NONE80 HIERARCHY = NONE93 HIERARCHY = NONE
12 HIERARCHY = NONE24 HIERARCHY = NONE36 HIERARCHY = NONE48 HIERARCHY = NONE60 HIERARCHY = NONE72 HIERARCHY = NONE84 HIERARCHY = NONE
16 HIERARCHY = NONE29 HIERARCHY = NONE42 HIERARCHY = NONE55 HIERARCHY = NONE68 HIERARCHY = NONE81 HIERARCHY = NONE94 HIERARCHY = NONE
11 HIERARCHY = NONE23 HIERARCHY = NONE35 HIERARCHY = NONE47 HIERARCHY = NONE59 HIERARCHY = NONE71 HIERARCHY = NONE
12 HIERARCHY = NONE25 HIERARCHY = NONE38 HIERARCHY = NONE51 HIERARCHY = NONE64 HIERARCHY = NONE77 HIERARCHY = NONE
14 HIERARCHY = NONE27 HIERARCHY = NONE40 HIERARCHY = NONE53 HIERARCHY = NONE66 HIERARCHY = NONE79 HIERARCHY = NONE
18 HIERARCHY = NONE30 HIERARCHY = NONE42 HIERARCHY = NONE55 HIERARCHY = NONE67 HIERARCHY = NONE79 HIERARCHY = NONE91 HIERARCHY = NONE104 HIERARCHY = NONE
41 * hierarchy = NULL in create_ruleset()245 static inline void get_hierarchy(struct landlock_hierarchy *const hierarchy) in get_hierarchy() argument247 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() argument253 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 …]
215 Hierarchy IRQ domain232 interrupt controller and those irq_domains are organized into hierarchy.233 When building irq_domain hierarchy, the irq_domain near to the device is234 child and the irq_domain near to CPU is parent. So a hierarchy structure245 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_data263 3) new callbacks are added to struct irq_domain_ops to support hierarchy266 With support of hierarchy irq_domain and hierarchy irq_data ready, an[all …]