Home
last modified time | relevance | path

Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c81 int32_t pmax; member
128 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() local
325 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 …]
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c462 int pmax = -1; in ZTEST() local
502 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()
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1011 * :github:`41608` - LwM2M: Cannot set pmin/pmax on observable object
Drelease-notes-2.6.rst710 * Made pmin and pmax attributes optional.
1391 * :github:`34329` - lwm2m: pmin and pmax attributes should be optional