Lines Matching refs:function
47 be calling this function in order to reserve specific hwspinlock
59 msecs). If the hwspinlock is already taken, the function will busy loop
61 Upon a successful return from this function, preemption is disabled so
67 The function will never sleep.
71 msecs). If the hwspinlock is already taken, the function will busy loop
73 Upon a successful return from this function, preemption and the local
78 The function will never sleep.
83 msecs). If the hwspinlock is already taken, the function will busy loop
85 Upon a successful return from this function, preemption is disabled,
91 The function will never sleep.
96 Upon a successful return from this function, preemption is disabled so
102 The function will never sleep.
107 Upon a successful return from this function, preemption and the local
112 The function will never sleep.
117 Upon a successful return from this function, preemption is disabled,
123 The function will never sleep.
127 from any context (the function never sleeps). Note: code should _never_
135 Upon a successful return from this function, preemption and local
136 interrupts are enabled. This function will never sleep.
143 Upon a successful return from this function, preemption is reenabled,
145 the given flags. This function will never sleep.
234 numerous locks). Should be called from a process context (this function
242 Should be called from a process context (this function might sleep).