Lines Matching defs:mutex
67 * All API operations are 'atomic', serialized through a mutex in the
279 * NOTE: wimax_dev->mutex is NOT locked when this op is being
296 * @mutex: [private] Serializes all concurrent access and execution of
300 * different mutex because as part of the reset operation, the
302 * state change, that require wimax_dev->mutex.
365 * The stack provides a mutex for each device that will disallow API
370 * For locking, take wimax_dev->mutex is taken; (most) operations in
398 struct mutex mutex; /* Protects all members and API calls */
399 struct mutex mutex_reset;