| /kernel/linux/linux-4.19/net/sched/ |
| D | cls_tcindex.c | 24 #define PERFECT_HASH_THRESHOLD 64 /* use perfect hash if not bigger */ 43 struct tcindex_filter_result *perfect; /* perfect hash; NULL if none */ member 62 if (p->perfect) { in tcindex_lookup() 63 struct tcindex_filter_result *f = p->perfect + key; in tcindex_lookup() 116 if (p->perfect && handle >= p->alloc_hash) in tcindex_get() 184 if (p->perfect) { in tcindex_delete() 230 kfree(p->perfect); in tcindex_destroy_work() 261 kfree(p->perfect); in tcindex_partial_destroy_work() 270 tcf_exts_destroy(&cp->perfect[i].exts); in tcindex_free_perfect_hash() 271 kfree(cp->perfect); in tcindex_free_perfect_hash() [all …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | cls_tcindex.c | 26 #define PERFECT_HASH_THRESHOLD 64 /* use perfect hash if not bigger */ 48 struct tcindex_filter_result *perfect; /* perfect hash; NULL if none */ member 56 refcount_t refcnt; /* a temporary refcnt for perfect hash */ 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() [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-4.19/Documentation/devicetree/bindings/ |
| D | ABI.txt | 20 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a 21 binding because it isn't perfect.
|
| /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-4.19/arch/s390/numa/ |
| D | mode_emu.c | 239 enum toptree_level level, bool perfect) in move_level_to_numa_node() argument 246 if (perfect) { in move_level_to_numa_node() 257 * Move structures of a given level to NUMA nodes. If "perfect" is specified 262 enum toptree_level level, bool perfect) in move_level_to_numa() argument 267 move_level_to_numa_node(node, phys, level, perfect); in move_level_to_numa()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_arfs.c | 16 * ice_is_arfs_using_perfect_flow - check if aRFS has active perfect filters 21 * the specified flow_type for perfect (4-tuple) filters. 349 * ice_arfs_is_perfect_flow_set - Check to see if perfect flow is set 354 * We only support perfect (4-tuple) filters for aRFS. This function allows aRFS 355 * to check if perfect (4-tuple) flow rules are currently in place by Flow 363 /* advanced Flow Director disabled, perfect filters always supported */ in ice_arfs_is_perfect_flow_set()
|
| D | ice_ethtool_fdir.c | 570 dev_err(dev, "aRFS using perfect flow type %d, cannot change input set\n", in ice_fdir_set_hw_fltr_rule() 630 * Set the configuration for perfect filters to the provided flow segment for 762 * @perfect_fltr: only valid on success; returns true if perfect filter, 847 * @perfect_fltr: only valid on success; returns true if perfect filter, 903 * @perfect_fltr: only valid on success; returns true if perfect filter, 993 * @perfect_fltr: only valid on success; returns true if perfect filter, 1299 * ice_fdir_create_dflt_rules - create default perfect filters 1308 /* Create perfect TCP and UDP rules in hardware. */ in ice_fdir_create_dflt_rules() 1366 * ice_fdir_do_rem_flow - delete flow and possibly add perfect flow
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | stmmac.txt | 58 - snps,perfect-filter-entries: Number of perfect filter entries supported 163 snps,perfect-filter-entries = <128>;
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | dir.c | 149 * We have a perfect match, so we don't need to care in ntfs_lookup_inode_by_name() 152 * However, if the perfect match is a short file name, in ntfs_lookup_inode_by_name() 231 * Not a perfect match, need to do full blown collation so we in ntfs_lookup_inode_by_name() 262 * Perfect match, this will never happen as the in ntfs_lookup_inode_by_name() 409 * We have a perfect match, so we don't need to care in ntfs_lookup_inode_by_name() 412 * However, if the perfect match is a short file name, in ntfs_lookup_inode_by_name() 493 * Not a perfect match, need to do full blown collation so we in ntfs_lookup_inode_by_name() 524 * Perfect match, this will never happen as the in ntfs_lookup_inode_by_name() 716 * Not a perfect match, need to do full blown collation so we 747 * Perfect match, this will never happen as the [all …]
|
| /kernel/linux/linux-4.19/fs/ntfs/ |
| D | dir.c | 162 * We have a perfect match, so we don't need to care in ntfs_lookup_inode_by_name() 165 * However, if the perfect match is a short file name, in ntfs_lookup_inode_by_name() 244 * Not a perfect match, need to do full blown collation so we in ntfs_lookup_inode_by_name() 275 * Perfect match, this will never happen as the in ntfs_lookup_inode_by_name() 422 * We have a perfect match, so we don't need to care in ntfs_lookup_inode_by_name() 425 * However, if the perfect match is a short file name, in ntfs_lookup_inode_by_name() 506 * Not a perfect match, need to do full blown collation so we in ntfs_lookup_inode_by_name() 537 * Perfect match, this will never happen as the in ntfs_lookup_inode_by_name() 729 * Not a perfect match, need to do full blown collation so we 760 * Perfect match, this will never happen as the [all …]
|
| /kernel/linux/linux-4.19/net/decnet/ |
| D | TODO | 29 o Add perfect socket hashing - an idea suggested by Paul Koning. Currently
|
| /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-4.19/fs/gfs2/ |
| D | Kconfig | 17 GFS is perfect consistency -- changes made to the filesystem on one
|
| /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/devicetree/bindings/net/ |
| D | snps,dwmac.yaml | 252 snps,perfect-filter-entries: 255 Number of perfect filter entries supported by this device 408 snps,perfect-filter-entries = <128>;
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | zoran.rst | 362 - LML33 perfect, Buz tolerable (3 or 4 frames dropped per movie) 366 - Buz tolerable, LML3 almost perfect (occasional single frame drops) 368 - LML33 perfect, Buz tolerable. 377 - Buz perfect-tolerable 379 - Buz perfect-tolerable
|
| /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-4.19/Documentation/networking/ |
| D | ixgbe.txt | 146 Perfect Filter: Perfect filter is an interface to load the filter table that 165 Valid Range: 0-2 (0=off, 1=ATR, 2=Perfect filter mode)
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | gfs2.txt | 11 features of GFS is perfect consistency -- changes made to the file system
|
| D | mandatory-locking.txt | 41 In a perfect world all processes would use and honour a cooperative, or 42 "advisory" locking scheme. However, the world isn't perfect, and there's
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
| D | howto.rst | 110 "The Perfect Patch" 474 “The Perfect Patch”
|
| /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-4.19/Documentation/isdn/ |
| D | CREDITS | 15 For contribution of man-pages, the imontty-tool and a perfect
|
| /kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
| D | finepix.c | 35 * will fail every 4 or 5 frames, but 30ms is perfect. On the A210, 36 * 30ms is bad while 35ms is perfect. */
|