函数逻辑报告 |
Source Code:kernel\softirq.c |
Create Date:2022-07-27 10:04:11 |
Last Modify:2022-05-22 11:04:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tasklet_action_common
函数原型:static void tasklet_action_common(struct softirq_action *a, struct tasklet_head *tl_head, unsigned int softirq_nr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct softirq_action * | a | |
struct tasklet_head * | tl_head | |
unsigned int | softirq_nr |
507 | 禁止中断() |
509 | head = NULL |
511 | 开中断() |
518 | 如果tasklet_trylock(t)则 |
519 | 如果非atomic_read( & count)则 |
520 | 如果非st_and_clear_bit - Clear a bit and return its old value*@nr: Bit to clear*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier).则BUG() |
524 | tasklet_unlock(t) |
525 | 继续下一循环 |
527 | tasklet_unlock(t) |
530 | 禁止中断() |
531 | next = NULL |
535 | 开中断() |
名称 | 描述 |
---|---|
tasklet_action | |
tasklet_hi_action |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |