Lines Matching full:attribute
32 Details on the behavioral impact of each attribute are in the following
40 The reschedule attribute is used on a function that can reach a
46 The significance of this attribute is that when a rescheduling function
69 The sleep attribute is used on a function that can cause the invoking
75 This attribute is of relevance specifically when considering
81 This attribute does not imply the function will sleep unconditionally,
98 The no-wait attribute is used on a function that is also **sleep** to
118 Functions with this attribute may be invoked from interrupt and
126 The isr-ok attribute is used on a function to indicate that it works
149 The pre-kernel-ok attribute is used on a function to indicate that it
156 This attribute is similar to **isr-ok** in function, but is intended for
178 are synchronous this behavior does not have a distinct attribute to
199 The supervisor attribute is relevant only in user-mode applications, and