Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 99) sorted by relevance

1234

/linux-3.4.99/net/ceph/
Dosdmap.c1038 s32 preferred = (s32)le32_to_cpu(fl->fl_pg_preferred); in ceph_calc_object_layout() local
1049 if (preferred >= 0) { in ceph_calc_object_layout()
1050 ps += preferred; in ceph_calc_object_layout()
1059 pgid.preferred = cpu_to_le16(preferred); in ceph_calc_object_layout()
1061 if (preferred >= 0) in ceph_calc_object_layout()
1063 (int)preferred); in ceph_calc_object_layout()
1084 int preferred; in calc_pg_raw() local
1088 preferred = (s16)le16_to_cpu(pgid.preferred); in calc_pg_raw()
1095 if (preferred >= 0) in calc_pg_raw()
1119 if (preferred >= osdmap->max_osd || in calc_pg_raw()
[all …]
/linux-3.4.99/fs/ocfs2/
Dslot_map.c268 int preferred) in __ocfs2_find_empty_slot() argument
272 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot()
273 if (!si->si_slots[preferred].sl_valid) { in __ocfs2_find_empty_slot()
274 ret = preferred; in __ocfs2_find_empty_slot()
/linux-3.4.99/Documentation/ABI/stable/
Dsysfs-class-backlight50 control should be preferred to platform control should
51 be preferred to raw control. Using a firmware
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-block109 Storage devices may report a granularity or preferred
115 minimum_io_size is the preferred request size for
124 the device's preferred unit for sustained I/O. This is
128 preferred request size for workloads where sustained
Dpstore44 backends are available, the preferred backend may be
/linux-3.4.99/Documentation/i2c/busses/
Di2c-parport-light7 preferred on embedded systems where wasting memory for the clean but heavy
/linux-3.4.99/drivers/scsi/device_handler/
Dscsi_dh_rdac.c203 char preferred; member
491 h->preferred = RDAC_PREFERRED; in check_ownership()
493 h->preferred = RDAC_NON_PREFERRED; in check_ownership()
686 (h->preferred == RDAC_PREFERRED)) in rdac_activate()
/linux-3.4.99/kernel/
DKconfig.hz45 1000 Hz is the preferred choice for desktop systems and other
/linux-3.4.99/sound/drivers/vx/
Dvx_pcm.c1197 int preferred; in vx_init_audio_io() local
1219 preferred = chip->ibl.size; in vx_init_audio_io()
1222 if (preferred > 0) { in vx_init_audio_io()
1223 chip->ibl.size = ((preferred + chip->ibl.granularity - 1) / in vx_init_audio_io()
/linux-3.4.99/Documentation/
DCodingStyle4 This is a short document describing the preferred coding style for the
38 The preferred way to ease multiple indentation levels in a switch statement is
81 preferred limit.
95 choose one placement strategy over the other, but the preferred way, as
199 preferred use of '*' is adjacent to the data name or function name and not
382 Although this is not required by the C language, it is preferred in Linux
446 The preferred style for long (multi-line) comments is:
449 * This is the preferred style for multi-line
596 Enums are preferred when defining several related constants.
677 The preferred form for passing a size of a struct is the following:
/linux-3.4.99/drivers/gpu/drm/
Ddrm_edid.c77 bool preferred; member
1296 if (closure->preferred) in do_detailed_mode()
1301 closure->preferred = 0; in do_detailed_mode()
1323 if (closure.preferred && !version_greater(edid, 1, 3)) in add_detailed_modes()
1324 closure.preferred = in add_detailed_modes()
/linux-3.4.99/Documentation/input/
Dgameport-programming.txt20 addresses is preferred, because the likelihood of clashing with the standard
43 When a gameport can be accessed through MMIO, this way is preferred, because
/linux-3.4.99/Documentation/device-mapper/
Ddm-crypt.txt61 LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
/linux-3.4.99/include/linux/ceph/
Drados.h68 __le16 preferred; /* preferred primary osd */ member
/linux-3.4.99/Documentation/video4linux/cx2341x/
Dfw-calling.txt6 The preferred calling convention is known as the firmware mailbox. The
/linux-3.4.99/Documentation/sound/alsa/
Dhdspm.txt158 Within the Auto-sync-Mode the preferred Sync Source can be
220 this is the preferred Input.
/linux-3.4.99/Documentation/devicetree/bindings/arm/tegra/
Demc.txt53 This is the preferred method, especially when firmware can fill in
/linux-3.4.99/Documentation/networking/
Dnetdevices.txt45 packets is preferred.
/linux-3.4.99/Documentation/timers/
Dtimers-howto.txt29 udelay is the generally preferred API; ndelay-level
/linux-3.4.99/net/ipv6/
Daddrconf.c3577 unsigned long tstamp, u32 preferred, u32 valid) in put_cacheinfo() argument
3583 ci.ifa_prefered = preferred; in put_cacheinfo()
3612 u32 preferred, valid; in inet6_fill_ifaddr() local
3622 preferred = ifa->prefered_lft; in inet6_fill_ifaddr()
3624 if (preferred != INFINITY_LIFE_TIME) { in inet6_fill_ifaddr()
3626 if (preferred > tval) in inet6_fill_ifaddr()
3627 preferred -= tval; in inet6_fill_ifaddr()
3629 preferred = 0; in inet6_fill_ifaddr()
3638 preferred = INFINITY_LIFE_TIME; in inet6_fill_ifaddr()
3643 put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) { in inet6_fill_ifaddr()
/linux-3.4.99/Documentation/i2c/
Dinstantiating-devices156 only way back then. Where possible, methods 1 and 2 should be preferred.
166 instantiation (methods 1 and 2) is much preferred for it is safer and
/linux-3.4.99/Documentation/hwmon/
Dw83627hf52 use the w83781d driver. However this is not the preferred method
/linux-3.4.99/Documentation/usb/
Drio.txt103 Using `make menuconfig` or your preferred method for configuring the
Dcallbacks.txt40 reason. Sysfs is preferred these days. The PM callbacks are covered
/linux-3.4.99/arch/x86/boot/
Dheader.S375 pref_address: .quad LOAD_PHYSICAL_ADDR # preferred load addr

1234