Searched refs:wq_node (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_workqueue.c | 25 struct wq_node { struct 39 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() 57 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() 80 struct wq_node *w_node = NULL; in osal_init_work() 87 w_node = kmalloc(sizeof(struct wq_node), GFP_ATOMIC); in osal_init_work()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_workqueue.c | 26 struct wq_node { struct 46 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() 70 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() 92 struct wq_node *w_node = NULL; in osal_workqueue_init() 105 w_node = kmalloc(sizeof(struct wq_node), GFP_ATOMIC); in osal_workqueue_init()
|
Completed in 2 milliseconds