Home
last modified time | relevance | path

Searched refs:perfect (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.1.9/net/sched/
Dcls_tcindex.c48 struct tcindex_filter_result *perfect; /* perfect hash; NULL if none */ member
73 kfree(p->perfect); in tcindex_data_put()
82 if (p->perfect) { in tcindex_lookup()
83 struct tcindex_filter_result *f = p->perfect + key; in tcindex_lookup()
136 if (p->perfect && handle >= p->alloc_hash) in tcindex_get()
206 if (p->perfect) { in tcindex_delete()
290 if (p->perfect) in tcindex_partial_destroy_work()
301 tcf_exts_destroy(&cp->perfect[i].exts); in tcindex_free_perfect_hash()
302 kfree(cp->perfect); in tcindex_free_perfect_hash()
309 cp->perfect = kcalloc(cp->hash, sizeof(struct tcindex_filter_result), in tcindex_alloc_perfect_hash()
[all …]
/linux-6.1.9/tools/memory-model/scripts/
Dcmplitmushist.sh15 perfect=0
26 perfect=`expr "$perfect" + 1`
65 if test "$perfect" -ne 0
67 echo Exact output matches: $perfect 1>&2
/linux-6.1.9/Documentation/devicetree/bindings/
DABI.rst23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a
24 binding because it isn't perfect.
/linux-6.1.9/Documentation/virt/kvm/x86/
Derrata.rst7 Whenever perfect emulation of a CPU feature is impossible or too hard, KVM
Dtimekeeping.rst380 to a value matching the rest of the system, but a perfect match is usually not
465 In summary, there is no way to guarantee the TSC remains in perfect
639 guest about the host in anything but a perfect implementation of virtualized
/linux-6.1.9/fs/gfs2/
DKconfig17 GFS is perfect consistency -- changes made to the filesystem on one
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dintel,dwmac-plat.yaml105 snps,perfect-filter-entries = <128>;
Dsnps,dwmac.yaml279 snps,perfect-filter-entries:
282 Number of perfect filter entries supported by this device
511 snps,perfect-filter-entries = <128>;
/linux-6.1.9/Documentation/filesystems/
Dgfs2.rst12 features of GFS2 is perfect consistency -- changes made to the file system
/linux-6.1.9/Documentation/isdn/
Dcredits.rst19 For contribution of man-pages, the imontty-tool and a perfect
/linux-6.1.9/Documentation/driver-api/media/drivers/
Dzoran.rst364 - LML33 perfect, Buz tolerable (3 or 4 frames dropped per movie)
368 - Buz tolerable, LML3 almost perfect (occasional single frame drops)
370 - LML33 perfect, Buz tolerable.
379 - Buz perfect-tolerable
381 - Buz perfect-tolerable
/linux-6.1.9/Documentation/input/devices/
Dappletouch.rst76 is not perfect. If finger movements are not recognized anymore, try reloading
/linux-6.1.9/arch/arm/boot/dts/
Dsocfpga_arria10.dtsi438 snps,perfect-filter-entries = <128>;
458 snps,perfect-filter-entries = <128>;
478 snps,perfect-filter-entries = <128>;
Dsocfpga.dtsi582 snps,perfect-filter-entries = <128>;
601 snps,perfect-filter-entries = <128>;
Dr9a06g032.dtsi319 snps,perfect-filter-entries = <128>;
/linux-6.1.9/Documentation/admin-guide/media/
Dsi470x.rst150 V4L minor device allocation and parameter setting is not perfect. A solution is
/linux-6.1.9/Documentation/process/
Dclang-format.rst7 a set of rules and heuristics. Like most tools, it is not perfect
D5.Posting.rst126 Working to create the perfect patch series can be a frustrating process
134 So now you have a perfect series of patches for posting, but the work is
D7.AdvancedTopics.rst80 a simple obsession for the creation of the perfect project history.
/linux-6.1.9/Documentation/translations/ja_JP/
DSubmittingPatches693 Andrew Morton, "The perfect patch" (tpp).
/linux-6.1.9/Documentation/translations/zh_TW/process/
Dsubmitting-patches.rst628 Andrew Morton, "The perfect patch" (tpp).
/linux-6.1.9/Documentation/hwmon/
Dsubmitting-patches.rst62 through Lindent. Lindent is not perfect, and you may have to do some minor
/linux-6.1.9/Documentation/devicetree/
Dusage-model.rst103 specific machine. In a perfect world, the specific platform shouldn't
106 Hardware is not perfect though, and so the kernel must identify the
/linux-6.1.9/Documentation/userspace-api/media/mediactl/
Drequest-api.rst78 since perfect atomicity may not be possible due to hardware limitations.
/linux-6.1.9/Documentation/bpf/
Dbpf_design_QA.rst162 These two instructions is a perfect example what kind of new BPF

12