Home
last modified time | relevance | path

Searched refs:acceptable (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v6.6/fs/exportfs/
Dexpfs.c44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
50 if (acceptable(context, result)) in find_acceptable_alias()
60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
448 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh_raw()
471 if (!acceptable) in exportfs_decode_fh_raw()
489 if (!acceptable(context, result)) { in exportfs_decode_fh_raw()
510 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
579 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
596 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh()
602 acceptable, context); in exportfs_decode_fh()
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Dfe_property_parameters.rst164 The acceptable values are defined by :c:type:`fe_spectral_inversion`.
192 The acceptable values are defined by :c:type:`fe_code_rate`.
207 The acceptable values are defined by :c:type:`fe_sec_voltage`.
227 The acceptable values are defined by :c:type:`fe_pilot`.
239 The acceptable values are defined by :c:type:`fe_rolloff`.
273 The acceptable values are defined by :c:type:`fe_delivery_system`.
721 The acceptable values are defined by :c:type:`atscmh_rs_frame_mode`.
733 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`.
745 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
757 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
[all …]
/Linux-v6.6/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt51 more acceptable exit codes for this command.
65 of 0 is acceptable.
72 more acceptable exit codes for this command.
89 It's possible to include acceptable exit codes with the setup/teardown command
92 acceptable exit codes for the command.
/Linux-v6.6/include/linux/
Dexportfs.h246 int (*acceptable)(void *, struct dentry *),
249 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
/Linux-v6.6/net/dccp/
Dinput.c577 bool acceptable; in dccp_rcv_state_process() local
609 acceptable = inet_csk(sk)->icsk_af_ops->conn_request(sk, skb) >= 0; in dccp_rcv_state_process()
612 if (!acceptable) in dccp_rcv_state_process()
/Linux-v6.6/Documentation/networking/
Ddccp.rst118 range 0..15 are acceptable. The default setting is 0 (full coverage),
122 sets a threshold, where again values 0..15 are acceptable. The default
125 coverage value are also acceptable. The higher the number, the more
Dtproxy.rst62 acceptable in certain situations. (Think of proxying UDP for example: you won't
Dnf_conntrack-sysctl.rst127 received an (acceptable) ACK from the destination. If this number
/Linux-v6.6/Documentation/admin-guide/
Dpnp.rst80 Dependent: 01 - Priority acceptable
85 Dependent: 02 - Priority acceptable
/Linux-v6.6/Documentation/process/
Dcode-of-conduct.rst44 Maintainers are responsible for clarifying the standards of acceptable behavior
Dresearcher-guidelines.rst21 acceptable and non-acceptable practices when conducting such research. At
/Linux-v6.6/Documentation/power/regulator/
Dconsumer.rst84 Where min_uV and max_uV are the minimum and maximum acceptable voltages in
115 Where min_uA and max_uA are the minimum and maximum acceptable current limit in
/Linux-v6.6/Documentation/scsi/
Dmegaraid.rst36 "Shared code in a third module, a "library module", is an acceptable
/Linux-v6.6/Documentation/driver-api/acpi/
Dlinuxized-acpica.rst123 As the coding style adopted by the ACPICA project is not acceptable by
215 Those changes may not be acceptable by ACPICA upstream and in such cases
/Linux-v6.6/Documentation/timers/
Dtimers-howto.rst98 be balanced with what is an acceptable upper bound on
/Linux-v6.6/Documentation/bpf/
Dprog_cgroup_sockopt.rst52 Note, that the only acceptable value to set to ``retval`` is 0 and the
/Linux-v6.6/Documentation/arch/arm64/
Dsilicon-errata.rst16 Category B A significant or critical error with an acceptable
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-fmt.rst68 parameters acceptable for both the application and driver. On success
Dfield-order.rst77 is acceptable. Drivers choose depending on hardware capabilities or
/Linux-v6.6/Documentation/core-api/
Dpin_user_pages.rst99 are acceptable, but false negatives are not.
110 And again, that's acceptable.
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd315 the ENGCAP register. The acceptable values are 0 (default),
327 the ENGCAP register. The acceptable values are 0 (default),
/Linux-v6.6/lib/
DKconfig.ubsan26 the system. For some system builders this is an acceptable
/Linux-v6.6/Documentation/arch/arm/
Dixp4xx.rst90 cases the performance hit is acceptable. In addition, you cannot
/Linux-v6.6/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst115 Maintainers must be human, therefore, it is not acceptable to add a mailing
/Linux-v6.6/arch/arm/nwfpe/
Dsoftfloat-specialize24 Derivative works are acceptable, even for commercial purposes, so long as

1234