Searched full:perfect (Results 1 – 25 of 225) sorted by relevance
123456789
/linux-6.12.1/tools/memory-model/scripts/ |
D | cmplitmushist.sh | 17 perfect=0 63 perfect=`expr "$perfect" + 1` 102 if test "$perfect" -ne 0 104 echo Exact output matches: $perfect 1>&2
|
/linux-6.12.1/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.
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_arfs.c | 17 * ice_is_arfs_using_perfect_flow - check if aRFS has active perfect filters 22 * the specified flow_type for perfect (4-tuple) filters. 350 * ice_arfs_is_perfect_flow_set - Check to see if perfect flow is set 355 * We only support perfect (4-tuple) filters for aRFS. This function allows aRFS 356 * to check if perfect (4-tuple) flow rules are currently in place by Flow 364 /* advanced Flow Director disabled, perfect filters always supported */ in ice_arfs_is_perfect_flow_set()
|
D | ice_ethtool_fdir.c | 678 dev_err(dev, "aRFS using perfect flow type %d, cannot change input set\n", in ice_fdir_set_hw_fltr_rule() 786 * Set the configuration for perfect filters to the provided flow segment for 918 * @perfect_fltr: only valid on success; returns true if perfect filter, 1003 * @perfect_fltr: only valid on success; returns true if perfect filter, 1059 * @perfect_fltr: only valid on success; returns true if perfect filter, 1149 * @perfect_fltr: only valid on success; returns true if perfect filter, 1601 * ice_fdir_create_dflt_rules - create default perfect filters 1610 /* Create perfect TCP and UDP rules in hardware. */ in ice_fdir_create_dflt_rules() 1682 * ice_fdir_do_rem_flow - delete flow and possibly add perfect flow
|
/linux-6.12.1/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
|
/linux-6.12.1/fs/gfs2/ |
D | Kconfig | 18 GFS is perfect consistency -- changes made to the filesystem on one
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | renesas,rzn1-gmac.yaml | 59 snps,perfect-filter-entries = <128>;
|
D | snps,dwmac.yaml | 498 snps,perfect-filter-entries: 501 Number of perfect filter entries supported by this device 652 snps,perfect-filter-entries = <128>;
|
D | intel,dwmac-plat.yaml | 105 snps,perfect-filter-entries = <128>;
|
D | starfive,jh7110-dwmac.yaml | 160 snps,perfect-filter-entries = <8>;
|
/linux-6.12.1/Documentation/translations/zh_TW/process/ |
D | howto.rst | 112 "The Perfect Patch" 476 「The Perfect Patch」
|
/linux-6.12.1/Documentation/translations/zh_CN/process/ |
D | howto.rst | 109 "The Perfect Patch" 473 “The Perfect Patch”
|
/linux-6.12.1/Documentation/filesystems/bcachefs/ |
D | CodingStyle.rst | 11 Things don't always have to be perfect - nitpicking often does more harm than 135 Nobody writes all perfect code that all gets shipped, and you'll be much more
|
/linux-6.12.1/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. */
|
/linux-6.12.1/Documentation/devicetree/bindings/display/msm/ |
D | mdss-common.yaml | 64 # This is not a perfect description, but it's impossible to discern and match
|
/linux-6.12.1/Documentation/isdn/ |
D | credits.rst | 19 For contribution of man-pages, the imontty-tool and a perfect
|
/linux-6.12.1/Documentation/filesystems/ |
D | gfs2.rst | 12 features of GFS2 is perfect consistency -- changes made to the file system
|
/linux-6.12.1/fs/netfs/ |
D | fscache_main.c | 29 * Perfect: 2048 31744
|
/linux-6.12.1/Documentation/input/devices/ |
D | appletouch.rst | 76 is not perfect. If finger movements are not recognized anymore, try reloading
|
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | errata.rst | 7 Whenever perfect emulation of a CPU feature is impossible or too hard, KVM
|
/linux-6.12.1/Documentation/translations/ja_JP/process/ |
D | howto.rst | 152 "The Perfect Patch" 619 "The Perfect Patch"
|
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_fdir.c | 103 * txgbe_atr_compute_perfect_hash - Compute the perfect filter hash 542 * txgbe_init_fdir_perfect - Initialize Flow Director perfect filters 550 * Turn perfect match filtering on in txgbe_init_fdir_perfect()
|
/linux-6.12.1/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 169 #define SXGBE_MAX_PERFECT_ADDRESSES 32 /* Maximum unicast perfect filtering */ 181 #define SXGBE_FRAME_FILTER_HPF 0x00000400 /* Hash or perfect Filter */
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 1251 u16 mac_etype_used; /* Used perfect match MAC/EtherType filters */ 1252 u16 etype_used; /* Used perfect EtherType filters */ 1253 u16 mac_etype_free; /* Un-used perfect match MAC/EtherType filters */ 1254 u16 etype_free; /* Un-used perfect EtherType filters */
|
/linux-6.12.1/drivers/clk/ |
D | clk-multiplier.c | 94 * perfect match without changing the parent in __bestmult()
|
123456789