Searched refs:policy_node (Results 1 – 3 of 3) sorted by relevance
50 void stp_policy_node_get_ranges(struct stp_policy_node *policy_node, in stp_policy_node_get_ranges() argument54 *mstart = policy_node->first_master; in stp_policy_node_get_ranges()55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()87 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_show() local90 count = sprintf(page, "%u %u\n", policy_node->first_master, in stp_policy_node_masters_show()91 policy_node->last_master); in stp_policy_node_masters_show()100 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_store() local110 stm = policy_node->policy->stm; in stp_policy_node_masters_store()[all …]
282 struct stp_policy_node *policy_node, in stm_output_assign() argument292 if (WARN_ON_ONCE(!policy_node)) in stm_output_assign()299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()315 void *priv = stp_policy_node_priv(policy_node); in stm_output_assign()
32 This policy is a tree structure containing rules (policy_node) that