Searched refs:lt (Results 1 - 25 of 113) sorted by last modified time

12345

/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh164 while [ "$tries" -gt 0 ] && [ "$freepgs" -lt "$needpgs" ]; do
178 if [ "$freepgs" -lt "$needpgs" ]; then
H A Dhugetlb_reparenting_test.sh77 if [[ $actual_a -lt $(($expected_a - $tolerance)) ]] ||
89 if [[ $actual_a_hugetlb -lt $(($expected_a_hugetlb - $tolerance)) ]] ||
105 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] ||
117 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] ||
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1275 int lid, lt, ld, fl; local
1285 for (lt = 0; lt < NPC_MAX_LT; lt++) {
1287 SET_KEX_LD(intf, lid, lt, ld,
1289 [lid][lt][ld]);
1304 int lid, lt, ld, fl; local
1314 for (lt = 0; lt < NPC_MAX_LT; lt
3261 int lid, lt, ld, fl; local
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c700 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p;
753 f->lt = new_lt;
772 pos = NFT_PIPAPO_LT_ALIGN(f->lt);
912 sizeof(*f->lt);
920 sizeof(*f->lt);
927 sizeof(*f->lt);
945 NFT_PIPAPO_LT_ALIGN(f->lt),
949 NFT_PIPAPO_LT_ALIGN(f->lt),
957 kvfree(f->lt);
958 f->lt
[all...]
H A Dnft_set_pipapo_avx2.c45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \
47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \
49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \
51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \
221 unsigned long *lt = f->lt, bsize = f->bsize; local
223 lt += offset * NFT_PIPAPO_LONGS_PER_M256;
224 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) {
228 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize);
229 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt,
284 unsigned long *lt = f->lt, bsize = f->bsize; local
363 unsigned long *lt = f->lt, bsize = f->bsize; local
460 unsigned long *lt = f->lt, bsize = f->bsize; local
555 unsigned long *lt = f->lt, bsize = f->bsize; local
682 unsigned long *lt = f->lt, bsize = f->bsize; local
740 unsigned long *lt = f->lt, bsize = f->bsize; local
805 unsigned long *lt = f->lt, bsize = f->bsize; local
881 unsigned long *lt = f->lt, bsize = f->bsize; local
967 unsigned long *lt = f->lt, bsize = f->bsize; local
[all...]
H A Dnft_set_pipapo.h72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN))
75 #define NFT_PIPAPO_LT_ALIGN(lt) (lt)
112 * @lt: Lookup table: 'groups' rows of buckets
121 unsigned long *lt; member in struct:nft_pipapo_field
195 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); local
202 __bitmap_and(dst, dst, lt + v * f->bsize,
204 lt
223 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c329 outp->dp.lt.nr = 0;
347 outp->dp.lt.nr,
348 outp->dp.lt.bw,
349 outp->dp.lt.mst,
365 if (!drm_dp_channel_eq_ok(stat, outp->dp.lt.nr)) {
390 for (int i = 0; i < outp->dp.lt.nr; i++) {
397 ret = nvif_outp_dp_drive(&outp->outp, outp->dp.lt.nr, pe, vs);
447 outp->dp.lt.nr = nr;
448 outp->dp.lt.bw = outp->dp.rate[rate].rate;
449 outp->dp.lt
[all...]
/linux-master/arch/arm64/kernel/
H A Dhead.S476 b.lt __no_granule_support
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Dsubsystem-enable.tc22 if [ $count -lt 3 ]; then
33 if [ $count -lt 3 ]; then
/linux-master/arch/mips/kernel/
H A Dptrace.c170 unsigned long lt[NUM_WATCH_REGS]; local
179 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]);
181 if (lt[i] & __UA_LIMIT)
185 if (lt[i] & 0xffffffff80000000UL)
188 if (lt[i] & __UA_LIMIT)
198 if (lt[i] & MIPS_WATCHLO_IRW)
200 child->thread.watch.mips3264.watchlo[i] = lt[i];
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh817 elif [ $addr_nr_ns1 -lt 0 ]; then
819 if [ $rm_nr_ns1 -lt 8 ]; then
851 [ $addr_nr_ns1 -gt 0 ] && [ $addr_nr_ns2 -lt 0 ] && sleep 1
869 elif [ $addr_nr_ns2 -lt 0 ]; then
871 if [ $rm_nr_ns2 -lt 8 ]; then
1225 { [ "$count" -lt $csum_ns1 ] && [ $allow_multi_errors_ns1 -eq 1 ]; }; then
1238 { [ "$count" -lt $csum_ns2 ] && [ $allow_multi_errors_ns2 -eq 1 ]; }; then
1367 elif { [ $rst_tx -ne 0 ] && [ $count -lt $rst_tx ]; } ||
1379 elif { [ $rst_rx -ne 0 ] && [ $count -lt $rst_rx ]; } ||
1500 elif [ $stale_nr -lt
[all...]
H A Dmptcp_connect.sh481 if [ ${stat_synrx_now_l} -lt ${expect_synrx} ]; then
486 if [ ${stat_ackrx_now_l} -lt ${expect_ackrx} ] && [ ${stat_ooo_now} -eq 0 ]; then
890 if [ $reorder_delay -gt 0 ] && [ $reorder1 -lt 100 ] && [ $reorder2 -gt 0 ]; then
H A Ddiag.sh107 while [ $i -lt $timeout ]; do
/linux-master/tools/testing/selftests/net/
H A Dudpgro_fwd.sh157 if [ $vxrcv -lt $vxpkts -o $vxrcv -gt $((vxpkts + 3)) ]; then
171 if [ $NPROCS -lt 2 ]; then
H A Dveth.sh225 [ $CPUS -lt 2 ] && echo "Only one CPU available, some tests will be skipped"
226 [ $STRESS -gt 0 -a $CPUS -lt 3 ] && echo " stress test will be skipped, too"
/linux-master/fs/nfsd/
H A Dnfs4state.c6233 static bool state_expired(struct laundry_time *lt, time64_t last_refresh) argument
6237 if (last_refresh < lt->cutoff)
6239 time_remaining = last_refresh - lt->cutoff;
6240 lt->new_timeo = min(lt->new_timeo, time_remaining);
6354 struct laundry_time *lt)
6368 if (!state_expired(lt, clp->cl_time))
6430 struct laundry_time *lt)
6436 nn->nfs40_last_revoke > lt->cutoff) {
6474 struct laundry_time lt local
6353 nfs4_get_client_reaplist(struct nfsd_net *nn, struct list_head *reaplist, struct laundry_time *lt) argument
6429 nfs40_clean_admin_revoked(struct nfsd_net *nn, struct laundry_time *lt) argument
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c52 static int lt8912_write_init_config(struct lt8912 *lt) argument
89 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq));
92 static int lt8912_write_mipi_basic_config(struct lt8912 *lt) argument
102 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
105 static int lt8912_write_dds_config(struct lt8912 *lt) argument
155 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
158 static int lt8912_write_rxlogicres_config(struct lt8912 *lt) argument
162 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f);
164 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff);
170 static int lt8912_write_lvds_config(struct lt8912 *lt) argument
219 lt8912_init_i2c(struct lt8912 *lt, struct i2c_client *client) argument
250 lt8912_free_i2c(struct lt8912 *lt) argument
260 lt8912_hard_power_on(struct lt8912 *lt) argument
274 lt8912_hard_power_off(struct lt8912 *lt) argument
284 lt8912_video_setup(struct lt8912 *lt) argument
350 lt8912_soft_power_on(struct lt8912 *lt) argument
366 lt8912_video_on(struct lt8912 *lt) argument
390 lt8912_check_cable_status(struct lt8912 *lt) argument
408 struct lt8912 *lt = connector_to_lt8912(connector); local
444 struct lt8912 *lt = connector_to_lt8912(connector); local
473 struct lt8912 *lt = bridge_to_lt8912(bridge); local
480 struct lt8912 *lt = bridge_to_lt8912(bridge); local
485 lt8912_attach_dsi(struct lt8912 *lt) argument
529 struct lt8912 *lt = data; local
538 struct lt8912 *lt = bridge_to_lt8912(bridge); local
567 struct lt8912 *lt = bridge_to_lt8912(bridge); local
602 struct lt8912 *lt = bridge_to_lt8912(bridge); local
613 struct lt8912 *lt = bridge_to_lt8912(bridge); local
624 struct lt8912 *lt = bridge_to_lt8912(bridge); local
648 struct lt8912 *lt = dev_get_drvdata(dev); local
664 struct lt8912 *lt = dev_get_drvdata(dev); local
673 lt8912_get_regulators(struct lt8912 *lt) argument
688 lt8912_parse_dt(struct lt8912 *lt) argument
752 lt8912_put_dt(struct lt8912 *lt) argument
760 static struct lt8912 *lt; local
805 struct lt8912 *lt = i2c_get_clientdata(client); local
[all...]
/linux-master/fs/smb/server/
H A Doplock.c1774 struct lease_table *lt; local
1778 list_for_each_entry(lt, &lease_table_list, l_entry) {
1779 if (!memcmp(lt->client_guid, conn->ClientGUID,
1789 list_for_each_entry_rcu(opinfo, &lt->lease_list, lease_entry) {
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh181 [ $retry -lt 5 ] || fail "mockup $mock_line value ${val:-empty} when $1 expected"
/linux-master/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh18 if [ $second_num -gt $upper ] || [ $second_num -lt $lower ]; then
/linux-master/tools/perf/tests/shell/common/
H A Dinit.sh86 if [ $PERFTOOL_TESTSUITE_RUNMODE -lt $TESTCASE_RUNMODE ]; then
/linux-master/arch/arm64/include/asm/
H A Dassembler.h485 b.lt 9000f
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh23 if test "$HALF_ALLOTED_CPUS" -lt 1
28 if test "$VERBOSE_BATCH_CPUS" -lt 2
/linux-master/tools/testing/selftests/power_supply/
H A Dhelpers.sh100 if [ "$DATA" -lt "$MIN" ] || [ "$DATA" -gt "$MAX" ]; then
/linux-master/net/xfrm/
H A Dxfrm_user.c626 struct nlattr *lt = attrs[XFRMA_LTIME_VAL]; local
647 if (lt) {
649 ltime = nla_data(lt);
2526 struct nlattr *lt = attrs[XFRMA_LTIME_VAL]; local
2530 if (!lt && !rp && !re && !et && !rt) {

Completed in 417 milliseconds

12345