Home
last modified time | relevance | path

Searched refs:next_p (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_32.c158 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
161 *next = &next_p->thread; in __switch_to()
186 switch_to_extra(prev_p, next_p); in __switch_to()
193 arch_end_context_switch(next_p); in __switch_to()
200 update_task_stack(next_p); in __switch_to()
203 (unsigned long)task_stack_page(next_p) + in __switch_to()
212 this_cpu_write(current_task, next_p); in __switch_to()
214 switch_fpu_finish(next_p); in __switch_to()
H A Dprocess_64.c534 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
537 struct thread_struct *next = &next_p->thread; in __switch_to()
564 arch_end_context_switch(next_p); in __switch_to()
593 this_cpu_write(current_task, next_p); in __switch_to()
594 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
596 switch_fpu_finish(next_p); in __switch_to()
599 update_task_stack(next_p); in __switch_to()
601 switch_to_extra(prev_p, next_p); in __switch_to()
H A Dprocess.c625 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
629 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra()
634 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
657 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
H A Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h1139 struct dll * next_p; member
1146 node_p->next_p = node_p; in dll_init()
1154 return list_p->next_p; in dll_head_p()
1166 return (node_p)->next_p; in dll_next_p()
1178 return ((list_p)->next_p == (list_p)); in dll_empty()
1191 new_p->next_p = at_p->next_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
1213 node_p->prev_p->next_p = node_p->next_p; in dll_delete()
1214 node_p->next_p->prev_p = node_p->prev_p; in dll_delete()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h1139 struct dll * next_p; member
1146 node_p->next_p = node_p; in dll_init()
1154 return list_p->next_p; in dll_head_p()
1166 return (node_p)->next_p; in dll_next_p()
1178 return ((list_p)->next_p == (list_p)); in dll_empty()
1191 new_p->next_p = at_p->next_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
1213 node_p->prev_p->next_p = node_p->next_p; in dll_delete()
1214 node_p->next_p->prev_p = node_p->prev_p; in dll_delete()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h1139 struct dll * next_p; member
1146 node_p->next_p = node_p; in dll_init()
1154 return list_p->next_p; in dll_head_p()
1166 return (node_p)->next_p; in dll_next_p()
1178 return ((list_p)->next_p == (list_p)); in dll_empty()
1191 new_p->next_p = at_p->next_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
1213 node_p->prev_p->next_p = node_p->next_p; in dll_delete()
1214 node_p->next_p->prev_p = node_p->prev_p; in dll_delete()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h1197 struct dll * next_p; member
1204 node_p->next_p = node_p; in dll_init()
1212 return list_p->next_p; in dll_head_p()
1226 return (node_p)->next_p; in dll_next_p()
1240 return ((list_p)->next_p == (list_p)); in dll_empty()
1255 new_p->next_p = at_p->next_p; in dll_insert()
1257 at_p->next_p = new_p; in dll_insert()
1258 (new_p->next_p)->prev_p = new_p; in dll_insert()
1278 node_p->prev_p->next_p = node_p->next_p; in dll_delete()
1279 node_p->next_p->prev_p = node_p->prev_p; in dll_delete()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h1336 struct dll * next_p; member
1343 node_p->next_p = node_p; in dll_init()
1351 return list_p->next_p; in BCMPOSTTRAPFN()
1363 return (node_p)->next_p; in BCMPOSTTRAPFN()
1375 return ((list_p)->next_p == (list_p)); in BCMPOSTTRAPFN()
1388 new_p->next_p = at_p->next_p; in BCMPOSTTRAPFN()
1390 at_p->next_p = new_p; in BCMPOSTTRAPFN()
1391 (new_p->next_p)->prev_p = new_p; in BCMPOSTTRAPFN()
1410 node_p->prev_p->next_p = node_p->next_p; in BCMPOSTTRAPFN()
1411 node_p->next_p->prev_p = node_p->prev_p; in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h1336 struct dll * next_p; member
1343 node_p->next_p = node_p; in dll_init()
1351 return list_p->next_p; in BCMPOSTTRAPFN()
1363 return (node_p)->next_p; in BCMPOSTTRAPFN()
1375 return ((list_p)->next_p == (list_p)); in BCMPOSTTRAPFN()
1388 new_p->next_p = at_p->next_p; in BCMPOSTTRAPFN()
1390 at_p->next_p = new_p; in BCMPOSTTRAPFN()
1391 (new_p->next_p)->prev_p = new_p; in BCMPOSTTRAPFN()
1410 node_p->prev_p->next_p = node_p->next_p; in BCMPOSTTRAPFN()
1411 node_p->next_p->prev_p = node_p->prev_p; in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pktlog.c247 dll_t *item, *next_p; in dhd_pktlog_ring_deinit() local
280 item = next_p) { in dhd_pktlog_ring_deinit()
281 next_p = dll_next_p(item); in dhd_pktlog_ring_deinit()
406 dll_t *item_p, *next_p; in dhd_pktlog_ring_tx_status() local
434 item_p = next_p) in dhd_pktlog_ring_tx_status()
439 next_p = dll_prev_p(item_p); in dhd_pktlog_ring_tx_status()
1041 dll_t *item_p, *next_p; in dhd_pktlog_get_dump_length() local
1062 item_p = next_p) { in dhd_pktlog_get_dump_length()
1063 next_p = dll_next_p(item_p); in dhd_pktlog_get_dump_length()
1086 dll_t *item_p, *next_p; in dhd_pktlog_dump_write() local
[all …]
H A Dbcmutils.c2445 dll_t * next_p; in dll_pool_dump() local
2451 !dll_end(&dll_pool_p->free_list, elem_p); elem_p = next_p) { in dll_pool_dump()
2453 next_p = dll_next_p(elem_p); in dll_pool_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pktlog.c247 dll_t *item, *next_p; in dhd_pktlog_ring_deinit() local
280 item = next_p) { in dhd_pktlog_ring_deinit()
281 next_p = dll_next_p(item); in dhd_pktlog_ring_deinit()
406 dll_t *item_p, *next_p; in dhd_pktlog_ring_tx_status() local
434 item_p = next_p) in dhd_pktlog_ring_tx_status()
439 next_p = dll_prev_p(item_p); in dhd_pktlog_ring_tx_status()
1041 dll_t *item_p, *next_p; in dhd_pktlog_get_dump_length() local
1062 item_p = next_p) { in dhd_pktlog_get_dump_length()
1063 next_p = dll_next_p(item_p); in dhd_pktlog_get_dump_length()
1086 dll_t *item_p, *next_p; in dhd_pktlog_dump_write() local
[all …]
H A Dbcmutils.c2445 dll_t * next_p; in dll_pool_dump() local
2451 !dll_end(&dll_pool_p->free_list, elem_p); elem_p = next_p) { in dll_pool_dump()
2453 next_p = dll_next_p(elem_p); in dll_pool_dump()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_helper.c92 struct snd_soc_dapm_path *p, *next_p; in gbaudio_dapm_free_widget() local
102 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in gbaudio_dapm_free_widget()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_sdma.c122 rx_dp->next_p = rx_dp; in ll_temac_init_sdma()
133 tx_dp->next_p = tx_dp; in ll_temac_init_sdma()
H A Dxilinx_ll_temac_sdma.h55 struct cdmac_bd *next_p; /* Next Descriptor Pointer */ member
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-dapm.h795 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument
796 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c87 char *next_p; in sym2_setup_params() local
88 int val = (int) simple_strtoul(p, &next_p, 0); in sym2_setup_params()
90 p = next_p; in sym2_setup_params()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-dapm.c2488 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local
2499 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()