Searched refs:unlimited (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 1251 int *res,int unlimited) in comp_tx() 1256 if (unlimited) *pre = *res = 0; in comp_tx() 1295 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local 1301 unlimited = ubr && (!rate || rate <= -ATM_OC3_PCR || in reserve_or_set_tx() 1303 if (!unlimited) { in reserve_or_set_tx() 1323 tx = alloc_tx(eni_dev,unlimited); in reserve_or_set_tx() 1340 error = comp_tx(eni_dev,&rate,tx->reserved,&pre,&res,unlimited); in reserve_or_set_tx() 1363 if (set_shp || (unlimited && new_tx)) { in reserve_or_set_tx() 1364 if (unlimited && new_tx) eni_dev->ubr = tx; in reserve_or_set_tx() 1250 comp_tx(struct eni_dev *eni_dev,int *pcr,int reserved,int *pre, int *res,int unlimited) comp_tx() argument
|
H A D | zatm.c | 922 int unlimited; in open_tx_first() local 938 unlimited = vcc->qos.txtp.traffic_class == ATM_UBR && in open_tx_first() 941 if (unlimited && zatm_dev->ubr != -1) zatm_vcc->shaper = zatm_dev->ubr; in open_tx_first() 945 if (unlimited) vcc->qos.txtp.max_sdu = ATM_MAX_AAL5_PDU; in open_tx_first() 947 vcc->qos.txtp.min_pcr,vcc->qos.txtp.max_pcr,unlimited)) in open_tx_first()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 1251 int *res,int unlimited) in comp_tx() 1256 if (unlimited) *pre = *res = 0; in comp_tx() 1295 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local 1301 unlimited = ubr && (!rate || rate <= -ATM_OC3_PCR || in reserve_or_set_tx() 1303 if (!unlimited) { in reserve_or_set_tx() 1323 tx = alloc_tx(eni_dev,unlimited); in reserve_or_set_tx() 1340 error = comp_tx(eni_dev,&rate,tx->reserved,&pre,&res,unlimited); in reserve_or_set_tx() 1363 if (set_shp || (unlimited && new_tx)) { in reserve_or_set_tx() 1364 if (unlimited && new_tx) eni_dev->ubr = tx; in reserve_or_set_tx() 1250 comp_tx(struct eni_dev *eni_dev,int *pcr,int reserved,int *pre, int *res,int unlimited) comp_tx() argument
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | qrnnd.S | 12 # Free Software Foundation gives you unlimited permission to link the
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 12 # Free Software Foundation gives you unlimited permission to link the
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | do_hbm_test.sh | 209 ulimit -l unlimited
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | do_hbm_test.sh | 220 ulimit -l unlimited
|
Completed in 9 milliseconds