Home
last modified time | relevance | path

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

12

/linux-2.6.39/fs/exportfs/
Dexpfs.c42 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
48 if (acceptable(context, result)) in find_acceptable_alias()
58 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
367 int (*acceptable)(void *, struct dentry *), void *context) in exportfs_decode_fh()
400 if (!acceptable(context, result)) { in exportfs_decode_fh()
421 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh()
482 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh()
/linux-2.6.39/drivers/pci/pcie/
Daspm.c68 struct aspm_latency acceptable[8]; member
316 struct aspm_latency *acceptable; in pcie_aspm_check_latency() local
325 acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)]; in pcie_aspm_check_latency()
330 (link->latency_up.l0s > acceptable->l0s)) in pcie_aspm_check_latency()
335 (link->latency_dw.l0s > acceptable->l0s)) in pcie_aspm_check_latency()
344 (latency + l1_switch_latency > acceptable->l1)) in pcie_aspm_check_latency()
417 struct aspm_latency *acceptable = in pcie_aspm_cap_init() local
418 &link->acceptable[PCI_FUNC(child->devfn)]; in pcie_aspm_cap_init()
428 acceptable->l0s = calc_l0s_acceptable(encoding); in pcie_aspm_cap_init()
431 acceptable->l1 = calc_l1_acceptable(encoding); in pcie_aspm_cap_init()
/linux-2.6.39/include/linux/
Dexportfs.h183 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_aops.c648 int acceptable = 0; in xfs_is_delayed_page() local
653 acceptable = (type == IO_UNWRITTEN); in xfs_is_delayed_page()
655 acceptable = (type == IO_DELALLOC); in xfs_is_delayed_page()
657 acceptable = (type == IO_OVERWRITE); in xfs_is_delayed_page()
662 if (acceptable) in xfs_is_delayed_page()
/linux-2.6.39/Documentation/networking/
Ddccp.txt114 range 0..15 are acceptable. The default setting is 0 (full coverage),
117 sets a threshold, where again values 0..15 are acceptable. The default
120 coverage value are also acceptable. The higher the number, the more
Dtproxy.txt51 acceptable in certain situations. (Think of proxying UDP for example: you won't
/linux-2.6.39/Documentation/power/regulator/
Dconsumer.txt79 Where min_uV and max_uV are the minimum and maximum acceptable voltages in
109 Where min_uA and max_uA are the minimum and maximum acceptable current limit in
/linux-2.6.39/Documentation/block/
Dcfq-iosched.txt26 throughput and acceptable latencies.
/linux-2.6.39/Documentation/
Dpnp.txt64 Dependent: 01 - Priority acceptable
69 Dependent: 02 - Priority acceptable
DHOWTO285 documents what kinds of changes are acceptable for the -stable tree, and
450 Remember, being wrong is acceptable as long as you are willing to work
555 Also realize that it is not acceptable to send patches for inclusion
/linux-2.6.39/Documentation/scsi/
Dmegaraid.txt31 "Shared code in a third module, a "library module", is an acceptable
/linux-2.6.39/Documentation/timers/
Dtimers-howto.txt91 be balanced with what is an acceptable upper bound on
/linux-2.6.39/Documentation/hwmon/
Dsubmitting-patches74 and messages printed after a successful detection are acceptable, but it
Dpc8736084 RPM as the lowest acceptable accuracy.
/linux-2.6.39/Documentation/sound/oss/
DSoundPro52 The IRQ and DMA values can be any that are considered acceptable for a
/linux-2.6.39/Documentation/ia64/
Dparavirt_ops.txt91 function call is acceptable. The following structures are defined at
/linux-2.6.39/Documentation/fb/
Dmodedb.txt92 - acceptable refresh rates are 50, 60, 70 or 85 Hz only
/linux-2.6.39/Documentation/arm/
DIXP4xx90 cases the performance hit is acceptable. In addition, you cannot
/linux-2.6.39/Documentation/arm/nwfpe/
DREADME.FPE89 equivalent to the MUF/DVF/RDV instructions. This is acceptable according
/linux-2.6.39/arch/arm/mach-ixp4xx/
DKconfig203 acceptable. In addition, you cannot mmap() PCI devices in this
/linux-2.6.39/arch/arm/nwfpe/
Dsoftfloat-specialize24 Derivative works are acceptable, even for commercial purposes, so long as
/linux-2.6.39/arch/m68k/ifpsp060/
DTEST.DOC167 is acceptable.
/linux-2.6.39/Documentation/filesystems/nfs/
Dnfs-rdma.txt49 Any device supported by the drivers in drivers/infiniband/hw is acceptable.
/linux-2.6.39/Documentation/vm/
Dslub.txt123 into one slab in order for the allocation order to be acceptable.
/linux-2.6.39/Documentation/filesystems/
Dsysfs.txt60 value per file, so it is socially acceptable to express an array of

12