Home
last modified time | relevance | path

Searched refs:gpk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts131 gpios = <&gpk 4 GPIO_ACTIVE_LOW>;
137 gpios = <&gpk 5 GPIO_ACTIVE_LOW>;
143 gpios = <&gpk 6 GPIO_ACTIVE_LOW>;
148 gpios = <&gpk 7 GPIO_ACTIVE_LOW>;
197 samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7";
H A Ds3c64xx-pinctrl.dtsi83 gpk: gpk-gpio-bank { label
545 samsung,pins = "gpk-8";
551 samsung,pins = "gpk-9";
557 samsung,pins = "gpk-10";
563 samsung,pins = "gpk-11";
569 samsung,pins = "gpk-12";
575 samsung,pins = "gpk-13";
581 samsung,pins = "gpk-14";
587 samsung,pins = "gpk-15";
677 samsung,pins = "gpk-0", "gpk-1", "gpk-2", "gpk-3",
[all …]
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h531 struct task_struct *gpk = rcu_state.gp_kthread; in rcu_check_gp_kthread_starvation() local
535 cpu = gpk ? task_cpu(gpk) : -1; in rcu_check_gp_kthread_starvation()
542 gpk ? data_race(READ_ONCE(gpk->__state)) : ~0, cpu); in rcu_check_gp_kthread_starvation()
543 if (gpk) { in rcu_check_gp_kthread_starvation()
546 sched_show_task(gpk); in rcu_check_gp_kthread_starvation()
555 wake_up_process(gpk); in rcu_check_gp_kthread_starvation()
563 struct task_struct *gpk = rcu_state.gp_kthread; in rcu_check_gp_kthread_expired_fqs_timer() local
577 gpk && !READ_ONCE(gpk->on_rq)) { in rcu_check_gp_kthread_expired_fqs_timer()
578 cpu = task_cpu(gpk); in rcu_check_gp_kthread_expired_fqs_timer()
584 data_race(READ_ONCE(gpk->__state))); in rcu_check_gp_kthread_expired_fqs_timer()