Home
last modified time | relevance | path

Searched refs:dpc_cpu (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_lb.c51 atomic_set(&dhd->dpc_cpu, 0); in dhd_lb_set_default_cpus()
134 uint32 dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_select_cpu_candidacy() local
152 cpumask_clear_cpu(dpc_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
153 cpumask_clear_cpu(dpc_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
722 atomic_read(&dhd->dpc_cpu), in dhd_lb_stats_dump()
976 int dpc_cpu; in dhd_napi_poll() local
1025 dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_napi_poll()
1026 if (!cpu_online(dpc_cpu)) { in dhd_napi_poll()
1029 dhd_delayed_work_schedule_on(&dhd->dhd_dpc_dispatcher_work, dpc_cpu, 0); in dhd_napi_poll()
H A Ddhd_linux_priv.h221 atomic_t dpc_cpu; member
H A Ddhd_linux.c5019 int dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_schedule_delayed_dpc_on_dpc_cpu() local
5023 schedule_delayed_work_on(dpc_cpu, &dhd->dhd_dpc_dispatcher_work, delay); in dhd_schedule_delayed_dpc_on_dpc_cpu()
7189 atomic_set(&dhd->dpc_cpu, curr_cpu); in dhd_dpc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_lb.c51 atomic_set(&dhd->dpc_cpu, 0); in dhd_lb_set_default_cpus()
134 uint32 dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_select_cpu_candidacy() local
152 cpumask_clear_cpu(dpc_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
153 cpumask_clear_cpu(dpc_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
722 atomic_read(&dhd->dpc_cpu), in dhd_lb_stats_dump()
976 int dpc_cpu; in dhd_napi_poll() local
1025 dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_napi_poll()
1026 if (!cpu_online(dpc_cpu)) { in dhd_napi_poll()
1029 dhd_delayed_work_schedule_on(&dhd->dhd_dpc_dispatcher_work, dpc_cpu, 0); in dhd_napi_poll()
H A Ddhd_linux_priv.h223 atomic_t dpc_cpu; member
H A Ddhd_linux.c5005 int dpc_cpu = atomic_read(&dhd->dpc_cpu); in dhd_schedule_delayed_dpc_on_dpc_cpu() local
5009 schedule_delayed_work_on(dpc_cpu, &dhd->dhd_dpc_dispatcher_work, delay); in dhd_schedule_delayed_dpc_on_dpc_cpu()
7175 atomic_set(&dhd->dpc_cpu, curr_cpu); in dhd_dpc()