Home
last modified time | relevance | path

Searched refs:osal_list_empty (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h198 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() function
230 if (!osal_list_empty(head)) { in osal_list_rotate_left()
242 return !osal_list_empty(head) && (head->next == head->prev); in osal_list_is_singular()
274 if (osal_list_empty(head)) { in osal_list_cut_position()
310 if (!osal_list_empty(list)) { in osal_list_splice()
323 if (!osal_list_empty(list)) { in osal_list_splice_tail()
338 if (!osal_list_empty(list)) { in osal_list_splice_init()
355 if (!osal_list_empty(list)) { in osal_list_splice_tail_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h195 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() function
227 if (!osal_list_empty(head)) { in osal_list_rotate_left()
239 return !osal_list_empty(head) && (head->next == head->prev); in osal_list_is_singular()
271 if (osal_list_empty(head)) { in osal_list_cut_position()
307 if (!osal_list_empty(list)) { in osal_list_splice()
320 if (!osal_list_empty(list)) { in osal_list_splice_tail()
335 if (!osal_list_empty(list)) { in osal_list_splice_init()
352 if (!osal_list_empty(list)) { in osal_list_splice_tail_init()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h194 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() function
226 if (!osal_list_empty(head)) { in osal_list_rotate_left()
238 return !osal_list_empty(head) && (head->next == head->prev); in osal_list_is_singular()
270 if (osal_list_empty(head)) { in osal_list_cut_position()
306 if (!osal_list_empty(list)) { in osal_list_splice()
319 if (!osal_list_empty(list)) { in osal_list_splice_tail()
334 if (!osal_list_empty(list)) { in osal_list_splice_init()
351 if (!osal_list_empty(list)) { in osal_list_splice_tail_init()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h197 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() function
229 if (!osal_list_empty(head)) { in osal_list_rotate_left()
241 return !osal_list_empty(head) && (head->next == head->prev); in osal_list_is_singular()
273 if (osal_list_empty(head)) { in osal_list_cut_position()
305 if (!osal_list_empty(list)) { in osal_list_splice()
318 if (!osal_list_empty(list)) { in osal_list_splice_tail()
333 if (!osal_list_empty(list)) { in osal_list_splice_init()
350 if (!osal_list_empty(list)) { in osal_list_splice_tail_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_notifier.c37 if (osal_list_empty(&nb_list)) { in osal_find_ob()
55 if (osal_list_empty(&nb_list)) { in osal_del_nb()
H A Dosal_workqueue.c34 if (osal_list_empty(&wq_list)) { in osal_find_work()
52 if (osal_list_empty(&wq_list)) { in osal_del_work()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_workqueue.c41 if (osal_list_empty(&wq_list)) { in osal_find_work()
65 if (osal_list_empty(&wq_list)) { in osal_del_work()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.c209 if (osal_list_empty(&himedia->list)) { in himedia_unregister()
264 if (!osal_list_empty(&himedia_list)) { in himedia_exit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H A Dtde_osilist.c211 while (!osal_list_empty(&g_tde_osi_job_list->list)) { in tde_osi_list_term()
831 while (!osal_list_empty(&g_tde_osi_job_list->list)) {
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H A Dsys_bind.c1079 (!osal_list_empty(&sec_bind_src->list_head))) { in sys_proc_show_sec_bindship()

Completed in 10 milliseconds