Lines Matching full:context
77 * Context: Describes whether the function can sleep, what locks it takes,
118 Function context
121 The context in which a function can be called should be described in a
122 section named ``Context``. This should include whether the function
123 sleeps or can be called from interrupt context, as well as what locks
128 * Context: Any context.
129 * Context: Any context. Takes and releases the RCU lock.
130 * Context: Any context. Expects <lock> to be held by caller.
131 * Context: Process context. May sleep if @gfp flags permit.
132 * Context: Process context. Takes and releases <mutex>.
133 * Context: Softirq or process context. Takes and releases <lock>, BH-safe.
134 * Context: Interrupt context.
333 * Context: Locking context.