HomeSort by: relevance | last modified time | path
    Searched defs:tasklet_unlock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
tasklet.h 51 #define tasklet_unlock linux_tasklet_unlock macro
94 void tasklet_unlock(struct tasklet_struct *);
  /src/sys/external/bsd/common/linux/
linux_tasklet.c 255 tasklet_unlock(tasklet);
268 tasklet_unlock(tasklet);
515 /* Pairs with membar_release in tasklet_unlock. */
522 * tasklet_unlock(tasklet)
529 tasklet_unlock(struct tasklet_struct *tasklet) function in typeref:typename:void
553 /* Pairs with membar_release in tasklet_unlock. */

Completed in 11 milliseconds