Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance
81 int32_t pmax; member128 out->pmax = write_attr_pool[i].int_val; in update_attrs()229 attrs->pmax = lwm2m_server_get_pmax(srv_obj_inst); in engine_observe_get_attributes()248 attrs->pmax = 0; in engine_observe_get_attributes()309 attrs->pmax = (attrs->pmax >= attrs->pmin) ? (uint32_t)attrs->pmax : 0UL; in engine_observe_get_attributes()320 int32_t pmax = 0; in engine_observe_attribute_list_get() local325 nattrs->pmax = 0; in engine_observe_attribute_list_get()340 if (nattrs->pmax) { in engine_observe_attribute_list_get()341 if (pmax == 0) { in engine_observe_attribute_list_get()342 pmax = nattrs->pmax; in engine_observe_attribute_list_get()[all …]
462 int pmax = -1; in ZTEST() local502 pmax = sched_get_priority_max(policies[policy]); in ZTEST()503 param.sched_priority = pmax; in ZTEST()530 zassert_true(pmax > pmin, "pmax (%d) <= pmin (%d)", pmax, pmin, in ZTEST()532 policy_names[policy], pmin, pmax); in ZTEST()543 zassert_equal(pmax, nprio[policy] - 1, "unexpected pmax for %s", in ZTEST()549 param.sched_priority = (i == 0) ? pmin : pmax; in ZTEST()
1011 * :github:`41608` - LwM2M: Cannot set pmin/pmax on observable object
710 * Made pmin and pmax attributes optional.1391 * :github:`34329` - lwm2m: pmin and pmax attributes should be optional