Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/net/sched/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dcmplitmushist.sh15 perfect=0
26 perfect=`expr "$perfect" + 1`
65 if test "$perfect" -ne 0
67 echo Exact output matches: $perfect 1>&2
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gperf/
H A Dgperf_3.1.bb1 DESCRIPTION = "GNU gperf is a perfect hash function generator"
3 SUMMARY = "Generate a perfect hash function from a set of keywords"
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dstmmac.txt30 - snps,perfect-filter-entries: Number of perfect filter entries supported
60 snps,perfect-filter-entries = <128>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A 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.
/OK3568_Linux_fs/buildroot/package/gperf/
H A DConfig.in5 A 'perfect hash function' generator
/OK3568_Linux_fs/u-boot/tools/scripts/
H A Ddefine2mk.sed31 # Change '1' and empty values to "y" (not perfect, but
/OK3568_Linux_fs/kernel/net/decnet/
H A DTODO29 o Add perfect socket hashing - an idea suggested by Paul Koning. Currently
/OK3568_Linux_fs/buildroot/package/lighttpd/
H A DConfig.in15 URL-Rewriting and many more) make lighttpd the perfect
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0017-gstreamer-Support-choosing-playbin2-and-playbin3.patch6 Neither of them is perfect.
/OK3568_Linux_fs/kernel/fs/gfs2/
H A DKconfig17 GFS is perfect consistency -- changes made to the filesystem on one
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dgfs2.rst14 features of GFS is perfect consistency -- changes made to the file system
H A Dmandatory-locking.rst46 In a perfect world all processes would use and honour a cooperative, or
47 "advisory" locking scheme. However, the world isn't perfect, and there's
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dcredits.rst19 For contribution of man-pages, the imontty-tool and a perfect
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A 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
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsocfpga_arria10.dtsi431 snps,perfect-filter-entries = <128>;
450 snps,perfect-filter-entries = <128>;
469 snps,perfect-filter-entries = <128>;
H A Dsocfpga.dtsi482 snps,perfect-filter-entries = <128>;
498 snps,perfect-filter-entries = <128>;
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dappletouch.rst76 is not perfect. If finger movements are not recognized anymore, try reloading
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsocfpga_arria10.dtsi431 snps,perfect-filter-entries = <128>;
451 snps,perfect-filter-entries = <128>;
471 snps,perfect-filter-entries = <128>;
H A Dsocfpga.dtsi578 snps,perfect-filter-entries = <128>;
596 snps,perfect-filter-entries = <128>;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch900 + * This function returns FALSE right away if -perfect is given
901 + * and transformation is not perfect. Otherwise returns TRUE.
939 + /* Return right away if -perfect is given and transformation is not perfect.
941 + if (info->perfect) {
1615 + * TRUE = perfect transformation possible
1616 + * FALSE = perfect transformation not possible
1782 + boolean perfect; /* if TRUE, fail if partial MCUs are requested */
/OK3568_Linux_fs/kernel/Documentation/translations/ja_JP/
H A DSubmittingPatches692 Andrew Morton, "The perfect patch" (tpp).
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dsi470x.rst150 V4L minor device allocation and parameter setting is not perfect. A solution is
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dclang-format.rst7 a set of rules and heuristics. Like most tools, it is not perfect
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst651 Andrew Morton, "The perfect patch" (tpp).

1234