Searched refs:entitlement (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlparcfg.c165 u64 entitlement; member in struct:hvcall_ppp_data
186 ppp_data->entitlement = retbuf[0];
235 ppp_data.entitlement);
532 static ssize_t update_ppp(u64 *entitlement, u8 *weight) argument
544 if (entitlement) {
546 new_entitled = *entitlement;
549 new_entitled = ppp_data.entitlement;
554 __func__, ppp_data.entitlement, ppp_data.weight);
566 * Update the memory entitlement and weight for the partition. Caller must
567 * specify either a new entitlement o
570 update_mpp(u64 *entitlement, u8 *weight) argument
[all...]

Completed in 46 milliseconds