spin_lock_irqsave

spin_lock_irqsave

/**
* down - acquire the semaphore
* @sem: the semaphore to be acquired
*
* Acquires the semaphore. If no more tasks are allowed to acquire the
* semaphore, calling this function will put the task to sleep until the
* semaphore is released.
*
* Use of this function is deprecated, please use down_interruptible() or
* down_killable() instead.
*/

Add igmp snooping support

posted on 2023-03-29 04:04  lydstory  阅读(9)  评论(0编辑  收藏  举报

导航