Searched refs:can_sched (Results 1 – 6 of 6) sorted by relevance
5 {node [shape = doublecircle] "can_sched"};6 {node [shape = circle] "can_sched"};13 "__init_can_sched" -> "can_sched";14 "can_sched" [label = "can_sched", color = green3];15 "can_sched" -> "cant_sched" [ label = "irq_disable" ];16 "can_sched" -> "scheduling" [ label = "schedule_entry" ];18 "cant_sched" -> "can_sched" [ label = "irq_enable" ];25 "enable_to_exit" -> "can_sched" [ label = "schedule_exit" ];36 "can_sched";
4 {node [shape = plaintext] "can_sched"};9 "can_sched" [label = "can_sched"];10 "can_sched" -> "can_sched" [ label = "schedule_entry\nschedule_exit" ];11 "can_sched" -> "cant_sched" [ label = "preempt_enable" ];13 "cant_sched" -> "can_sched" [ label = "preempt_disable" ];
88 static inline bool can_sched(struct net_device *dev) in can_sched() function
402 if (!can_sched(dev)) in cxgb4_sched_class_bind()449 if (!can_sched(dev)) in cxgb4_sched_class_unbind()588 if (!can_sched(dev)) in cxgb4_sched_class_alloc()
3492 if (!can_sched(dev)) in cxgb_set_tx_maxrate()
102 +----------------- can_sched |142 | | irq_disable H can_sched H --------------+