Searched refs:perfect (Results 1 – 25 of 45) sorted by relevance
12
/kernel/linux/linux-5.10/net/sched/ |
D | cls_tcindex.c | 49 struct tcindex_filter_result *perfect; /* perfect hash; NULL if none */ member 74 kfree(p->perfect); in tcindex_data_put() 83 if (p->perfect) { in tcindex_lookup() 84 struct tcindex_filter_result *f = p->perfect + key; in tcindex_lookup() 137 if (p->perfect && handle >= p->alloc_hash) in tcindex_get() 207 if (p->perfect) { in tcindex_delete() 291 if (p->perfect) in tcindex_partial_destroy_work() 302 tcf_exts_destroy(&cp->perfect[i].exts); in tcindex_free_perfect_hash() 303 kfree(cp->perfect); in tcindex_free_perfect_hash() 310 cp->perfect = kcalloc(cp->hash, sizeof(struct tcindex_filter_result), in tcindex_alloc_perfect_hash() [all …]
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
D | cmplitmushist.sh | 15 perfect=0 26 perfect=`expr "$perfect" + 1` 65 if test "$perfect" -ne 0 67 echo Exact output matches: $perfect 1>&2
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | ABI.rst | 23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a 24 binding because it isn't perfect.
|
/kernel/linux/linux-5.10/net/decnet/ |
D | TODO | 29 o Add perfect socket hashing - an idea suggested by Paul Koning. Currently
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | Kconfig | 17 GFS is perfect consistency -- changes made to the filesystem on one
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | gfs2.rst | 14 features of GFS is perfect consistency -- changes made to the file system
|
D | mandatory-locking.rst | 46 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
|
/kernel/linux/linux-5.10/Documentation/isdn/ |
D | credits.rst | 19 For contribution of man-pages, the imontty-tool and a perfect
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | zoran.rst | 364 - 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
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | appletouch.rst | 76 is not perfect. If finger movements are not recognized anymore, try reloading
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 431 snps,perfect-filter-entries = <128>; 451 snps,perfect-filter-entries = <128>; 471 snps,perfect-filter-entries = <128>;
|
D | socfpga.dtsi | 578 snps,perfect-filter-entries = <128>; 596 snps,perfect-filter-entries = <128>;
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | si470x.rst | 150 V4L minor device allocation and parameter setting is not perfect. A solution is
|
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/ |
D | SubmittingPatches | 692 Andrew Morton, "The perfect patch" (tpp).
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | clang-format.rst | 7 a set of rules and heuristics. Like most tools, it is not perfect
|
D | submitting-drivers.rst | 141 existing driver author to build a single perfect driver.
|
D | 5.Posting.rst | 127 Working to create the perfect patch series can be a frustrating process 135 So now you have a perfect series of patches for posting, but the work is
|
D | 7.AdvancedTopics.rst | 80 a simple obsession for the creation of the perfect project history.
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | submitting-patches.rst | 651 Andrew Morton, "The perfect patch" (tpp).
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | submitting-patches.rst | 63 through Lindent. Lindent is not perfect, and you may have to do some minor
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | timekeeping.rst | 380 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
|
/kernel/linux/linux-5.10/Documentation/devicetree/ |
D | usage-model.rst | 103 specific machine. In a perfect world, the specific platform shouldn't 106 Hardware is not perfect though, and so the kernel must identify the
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | request-api.rst | 78 since perfect atomicity may not be possible due to hardware limitations.
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | bpf_design_QA.rst | 162 These two instructions is a perfect example what kind of new BPF
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | decnet.rst | 215 ethernet card doesn't support perfect hashing in its MAC address filter
|
12