Home
last modified time | relevance | path

Searched full:acceptable (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/Linux-v6.1/fs/exportfs/
Dexpfs.c40 * Check if the dentry or any of it's aliases is acceptable.
44 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()
422 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh_raw()
445 if (!acceptable) in exportfs_decode_fh_raw()
463 if (!acceptable(context, result)) { in exportfs_decode_fh_raw()
477 * or any alias for it is acceptable. This is always true in exportfs_decode_fh_raw()
484 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
550 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh_raw()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/dvb/
Dfe_property_parameters.rst159 The acceptable values are defined by :c:type:`fe_spectral_inversion`.
187 The acceptable values are defined by :c:type:`fe_code_rate`.
202 The acceptable values are defined by :c:type:`fe_sec_voltage`.
222 The acceptable values are defined by :c:type:`fe_pilot`.
234 The acceptable values are defined by :c:type:`fe_rolloff`.
268 The acceptable values are defined by :c:type:`fe_delivery_system`.
716 The acceptable values are defined by :c:type:`atscmh_rs_frame_mode`.
728 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`.
740 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
752 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt49 more acceptable exit codes for this command.
63 of 0 is acceptable.
70 more acceptable exit codes for this command.
87 It's possible to include acceptable exit codes with the setup/teardown command
90 acceptable exit codes for the command.
/Linux-v6.1/drivers/media/i2c/
Daptina-pll.c72 * We're looking for the highest acceptable P1 value for which a in aptina_pll_calculate()
86 * The first naive approach is to iterate over all p1 values acceptable in aptina_pll_calculate()
87 * according to (1) and all mf values acceptable according to (2), and in aptina_pll_calculate()
92 * we can compute the mf increment between two acceptable values in aptina_pll_calculate()
101 * acceptable p1 and mf values by modifying the minimum and maximum in aptina_pll_calculate()
120 * range is not empty, any value in the mf range is acceptable. We thus in aptina_pll_calculate()
/Linux-v6.1/Documentation/scsi/
Ddc395x.rst32 Default: 0, Acceptable values: 0 or 1
40 Default: 7, Acceptable values: 0 to 15
45 Default: 1, Acceptable value: 0 to 7
91 Default: 3, Acceptable values: 0-5
96 Default: 1, Acceptable values: 0-180
Dmegaraid.rst36 "Shared code in a third module, a "library module", is an acceptable
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_cdclk.h39 /* minimum acceptable cdclk to satisfy bandwidth requirements */
41 /* minimum acceptable cdclk for each pipe */
43 /* minimum acceptable voltage level for each pipe */
/Linux-v6.1/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
/Linux-v6.1/Documentation/process/
Dresearcher-guidelines.rst21 acceptable and non-acceptable practices when conducting such research. At
Dcode-of-conduct.rst44 Maintainers are responsible for clarifying the standards of acceptable behavior
/Linux-v6.1/Documentation/admin-guide/
Dpnp.rst80 Dependent: 01 - Priority acceptable
85 Dependent: 02 - Priority acceptable
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-intc_sar16 Acceptable regulatory modes are:
/Linux-v6.1/include/linux/
Dexportfs.h234 int (*acceptable)(void *, struct dentry *),
237 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
Dkdev_t.h23 /* acceptable for old filesystems */
Dkref.h53 * This pointer is required, and it is not acceptable to pass kfree
/Linux-v6.1/arch/powerpc/kexec/
Dcore_32.c36 /* Interrupts aren't acceptable while we reboot */ in default_machine_kexec()
/Linux-v6.1/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.1/drivers/sh/intc/
Duserimask.c39 * Minimal acceptable IRQ levels are in the 2 - 16 range, but in store_intc_userimask()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ptp.h38 /* Maximum parts-per-billion adjustment that is acceptable */
/Linux-v6.1/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.yaml53 acceptable to allocate from.
/Linux-v6.1/arch/powerpc/include/asm/
Dnvram.h28 int min_size; /* minimum acceptable size (0 means req_size) */
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dnv40.c49 /* reduce ratio to acceptable values */ in nv40_timer_init()
Dnv41.c44 /* reduce ratio to acceptable values */ in nv41_timer_init()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_get_stack_rawtp.c48 * This is an acceptable workaround since there is one entry here.
/Linux-v6.1/arch/arm/nwfpe/
Dmilieu.h24 Derivative works are acceptable, even for commercial purposes, so long as

12345678910>>...15