/linux-3.4.99/net/ceph/ |
D | osdmap.c | 1038 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/ |
D | slot_map.c | 268 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/ |
D | sysfs-class-backlight | 50 control should be preferred to platform control should 51 be preferred to raw control. Using a firmware
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-block | 109 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
|
D | pstore | 44 backends are available, the preferred backend may be
|
/linux-3.4.99/Documentation/i2c/busses/ |
D | i2c-parport-light | 7 preferred on embedded systems where wasting memory for the clean but heavy
|
/linux-3.4.99/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 203 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/ |
D | Kconfig.hz | 45 1000 Hz is the preferred choice for desktop systems and other
|
/linux-3.4.99/sound/drivers/vx/ |
D | vx_pcm.c | 1197 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/ |
D | CodingStyle | 4 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/ |
D | drm_edid.c | 77 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/ |
D | gameport-programming.txt | 20 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/ |
D | dm-crypt.txt | 61 LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
|
/linux-3.4.99/include/linux/ceph/ |
D | rados.h | 68 __le16 preferred; /* preferred primary osd */ member
|
/linux-3.4.99/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 6 The preferred calling convention is known as the firmware mailbox. The
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | hdspm.txt | 158 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/ |
D | emc.txt | 53 This is the preferred method, especially when firmware can fill in
|
/linux-3.4.99/Documentation/networking/ |
D | netdevices.txt | 45 packets is preferred.
|
/linux-3.4.99/Documentation/timers/ |
D | timers-howto.txt | 29 udelay is the generally preferred API; ndelay-level
|
/linux-3.4.99/net/ipv6/ |
D | addrconf.c | 3577 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/ |
D | instantiating-devices | 156 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/ |
D | w83627hf | 52 use the w83781d driver. However this is not the preferred method
|
/linux-3.4.99/Documentation/usb/ |
D | rio.txt | 103 Using `make menuconfig` or your preferred method for configuring the
|
D | callbacks.txt | 40 reason. Sysfs is preferred these days. The PM callbacks are covered
|
/linux-3.4.99/arch/x86/boot/ |
D | header.S | 375 pref_address: .quad LOAD_PHYSICAL_ADDR # preferred load addr
|