Searched full:acceptable (Results 1 – 25 of 375) sorted by relevance
12345678910>>...15
/Linux-v6.1/fs/exportfs/ |
D | expfs.c | 40 * 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/ |
D | fe_property_parameters.rst | 159 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/ |
D | AddingTestCases.txt | 49 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/ |
D | aptina-pll.c | 72 * 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/ |
D | dc395x.rst | 32 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
|
D | megaraid.rst | 36 "Shared code in a third module, a "library module", is an acceptable
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_cdclk.h | 39 /* 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/ |
D | dccp.rst | 118 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/ |
D | researcher-guidelines.rst | 21 acceptable and non-acceptable practices when conducting such research. At
|
D | code-of-conduct.rst | 44 Maintainers are responsible for clarifying the standards of acceptable behavior
|
/Linux-v6.1/Documentation/admin-guide/ |
D | pnp.rst | 80 Dependent: 01 - Priority acceptable 85 Dependent: 02 - Priority acceptable
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-intc_sar | 16 Acceptable regulatory modes are:
|
/Linux-v6.1/include/linux/ |
D | exportfs.h | 234 int (*acceptable)(void *, struct dentry *), 237 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
|
D | kdev_t.h | 23 /* acceptable for old filesystems */
|
D | kref.h | 53 * This pointer is required, and it is not acceptable to pass kfree
|
/Linux-v6.1/arch/powerpc/kexec/ |
D | core_32.c | 36 /* Interrupts aren't acceptable while we reboot */ in default_machine_kexec()
|
/Linux-v6.1/Documentation/power/regulator/ |
D | consumer.rst | 84 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/ |
D | userimask.c | 39 * Minimal acceptable IRQ levels are in the 2 - 16 range, but in store_intc_userimask()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.h | 38 /* Maximum parts-per-billion adjustment that is acceptable */
|
/Linux-v6.1/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.yaml | 53 acceptable to allocate from.
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | nvram.h | 28 int min_size; /* minimum acceptable size (0 means req_size) */
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv40.c | 49 /* reduce ratio to acceptable values */ in nv40_timer_init()
|
D | nv41.c | 44 /* reduce ratio to acceptable values */ in nv41_timer_init()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_get_stack_rawtp.c | 48 * This is an acceptable workaround since there is one entry here.
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | milieu.h | 24 Derivative works are acceptable, even for commercial purposes, so long as
|
12345678910>>...15