/linux-4.1.27/drivers/block/drbd/ |
D | drbd_state.c | 36 union drbd_state os; member 52 static void after_state_ch(struct drbd_device *device, union drbd_state os, 56 static enum drbd_state_rv is_valid_transition(union drbd_state os, union drbd_state ns); 57 static union drbd_state sanitize_state(struct drbd_device *device, union drbd_state os, 238 union drbd_state os, union drbd_state ns) in cl_wide_st_chg() argument 240 return (os.conn >= C_CONNECTED && ns.conn >= C_CONNECTED && in cl_wide_st_chg() 241 ((os.role != R_PRIMARY && ns.role == R_PRIMARY) || in cl_wide_st_chg() 242 (os.conn != C_STARTING_SYNC_T && ns.conn == C_STARTING_SYNC_T) || in cl_wide_st_chg() 243 (os.conn != C_STARTING_SYNC_S && ns.conn == C_STARTING_SYNC_S) || in cl_wide_st_chg() 244 (os.disk != D_FAILED && ns.disk == D_FAILED))) || in cl_wide_st_chg() [all …]
|
D | drbd_worker.c | 845 union drbd_state os, ns; in drbd_resync_finished() local 889 os = drbd_read_state(device); in drbd_resync_finished() 891 verify_done = (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T); in drbd_resync_finished() 895 if (os.conn <= C_CONNECTED) in drbd_resync_finished() 898 ns = os; in drbd_resync_finished() 907 if (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T) { in drbd_resync_finished() 916 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) in drbd_resync_finished() 937 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 948 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 960 if (!(os.conn == C_VERIFY_S || os.conn == C_VERIFY_T)) { in drbd_resync_finished()
|
D | drbd_receiver.c | 4035 union drbd_state os, ns, peer_state; in receive_state() local 4055 os = ns = drbd_read_state(device); in receive_state() 4061 if (os.conn <= C_TEAR_DOWN) in receive_state() 4070 if ((os.pdsk == D_INCONSISTENT || os.pdsk == D_CONSISTENT) && in receive_state() 4072 os.conn > C_CONNECTED && os.disk == D_UP_TO_DATE) { in receive_state() 4086 else if (os.conn >= C_SYNC_SOURCE && in receive_state() 4095 if (os.conn == C_VERIFY_T && os.disk == D_UP_TO_DATE && in receive_state() 4107 if (os.pdsk == D_UP_TO_DATE && real_peer_disk == D_INCONSISTENT && in receive_state() 4108 os.conn == C_CONNECTED && peer_state.conn > C_SYNC_SOURCE) in receive_state() 4122 cr = (os.conn < C_CONNECTED); in receive_state() [all …]
|
D | drbd_nl.c | 1468 union drbd_state ns, os; in drbd_adm_attach() local 1797 os = drbd_read_state(device); in drbd_adm_attach() 1798 ns = os; in drbd_adm_attach() 1837 ns.i = os.i; in drbd_adm_attach() 3021 if (nla_put_u32(skb, T_prev_state, sib->os.i) || in nla_put_status_info()
|
D | drbd_int.h | 1663 union drbd_state os; member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwmtm.c | 271 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *) in mac_drv_init() 281 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; in mac_drv_init() 284 if (!(smc->os.hwm.mbuf_pool.mb_start = (SMbuf *) mac_drv_get_space(smc, in mac_drv_init() 364 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p + in init_txd_ring() 401 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; in init_rxd_ring() 434 mb = smc->os.hwm.mbuf_pool.mb_start ; in init_fddi_driver() 435 smc->os.hwm.mbuf_pool.mb_free = (SMbuf *)NULL ; in init_fddi_driver() 457 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver() 458 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver() 459 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = smc->os.hwm.pass_DB = 0 ; in init_fddi_driver() [all …]
|
D | skfddi.c | 266 smc->os.dev = dev; in skfp_init_one() 267 smc->os.bus_type = SK_BUS_TYPE_PCI; in skfp_init_one() 268 smc->os.pdev = *pdev; in skfp_init_one() 269 smc->os.QueueSkb = MAX_TX_QUEUE_LEN; in skfp_init_one() 270 smc->os.MaxFrameSize = MAX_FRAME_SIZE; in skfp_init_one() 271 smc->os.dev = dev; in skfp_init_one() 274 smc->os.ResetRequested = FALSE; in skfp_init_one() 275 skb_queue_head_init(&smc->os.SendSkbQueue); in skfp_init_one() 300 if (smc->os.SharedMemAddr) in skfp_init_one() 301 pci_free_consistent(pdev, smc->os.SharedMemSize, in skfp_init_one() [all …]
|
D | smtdef.c | 91 smc->os.smc_version = SMC_VERSION ; in smt_reset_defaults()
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 21 mini-os to reduce memory and processor overhead. 23 This mini-os vTPM subsystem was built on top of the previous vTPM work done by 41 | mini-os/tpmback | 47 | mini-os/tpmfront | 52 | mini-os/tpmback | 58 | mini-os/tpm_tis | 72 * mini-os/tpmback: Mini-os TPM backend driver. The Linux frontend driver 77 * vtpm-stubdom: A mini-os stub domain that implements a vTPM. There is a 82 * mini-os/tpmfront: Mini-os TPM frontend driver. The vTPM mini-os domain 84 vtpmmgr-stubdom. This driver is also used in mini-os [all …]
|
/linux-4.1.27/net/ceph/ |
D | ceph_fs.c | 14 __u32 os = le32_to_cpu(layout->fl_object_size); in ceph_file_layout_is_valid() local 19 if (!os || (os & (CEPH_MIN_STRIPE_UNIT-1))) in ceph_file_layout_is_valid() 22 if (os < su || os % su) in ceph_file_layout_is_valid()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 49 import os 115 if os.path.exists('/dev/rtc'): 116 rtc = os.readlink('/dev/rtc') 118 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \ 119 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'): 139 v = os.popen(self.adb+' shell cat /proc/version').read().strip() 154 os.mkdir(self.testdir) 158 os.system('echo 0 > '+self.rtcpath+'/wakealarm') 174 os.system('echo %d > %s/wakealarm' % (alarm, self.rtcpath)) 909 os.system('echo 0 > '+tp+'tracing_on') [all …]
|
D | diffconfig | 10 import sys, os 87 if "KBUILD_OUTPUT" in os.environ: 88 build_dir = os.environ["KBUILD_OUTPUT"]+"/"
|
D | bloat-o-meter | 10 import sys, os, re 18 for l in os.popen("nm --size-sort " + file).readlines():
|
D | checkkconfigsymbols.py | 11 import os 178 ".log" in gitfile or os.path.isdir(gitfile) or \
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 807 struct omap_hwmod_ocp_if *os; in _init_interface_clks() local 816 os = _fetch_next_ocp_if(&p, &i); in _init_interface_clks() 817 if (!os->clk) in _init_interface_clks() 820 c = clk_get(NULL, os->clk); in _init_interface_clks() 823 oh->name, os->clk); in _init_interface_clks() 827 os->_clk = c; in _init_interface_clks() 836 clk_prepare(os->_clk); in _init_interface_clks() 918 struct omap_hwmod_ocp_if *os; in _enable_clocks() local 930 os = _fetch_next_ocp_if(&p, &i); in _enable_clocks() 932 if (os->_clk && (os->flags & OCPIF_SWSUP_IDLE)) in _enable_clocks() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-ib62x0.dts | 22 pmx_led_os_red: pmx-led-os-red { 30 pmx_led_os_green: pmx-led-os-green { 83 green-os { 84 label = "ib62x0:green:os"; 88 red-os { 89 label = "ib62x0:red:os";
|
D | dra72-evm.dts | 346 label = "NAND.u-boot-spl-os"; 549 label = "QSPI.u-boot-spl-os";
|
D | dra7-evm.dts | 522 label = "QSPI.u-boot-spl-os"; 622 label = "NAND.u-boot-spl-os";
|
D | am335x-evm.dts | 499 label = "NAND.u-boot-spl-os";
|
D | am437x-gp-evm.dts | 568 label = "NAND.u-boot-spl-os";
|
D | am43x-epos-evm.dts | 527 label = "NAND.u-boot-spl-os";
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 1889 struct ocfs2_orphan_scan *os; in ocfs2_queue_orphan_scan() local 1893 os = &osb->osb_orphan_scan; in ocfs2_queue_orphan_scan() 1895 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan() 1898 trace_ocfs2_queue_orphan_scan_begin(os->os_count, os->os_seqno, in ocfs2_queue_orphan_scan() 1899 atomic_read(&os->os_state)); in ocfs2_queue_orphan_scan() 1909 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan() 1912 if (os->os_seqno != seqno) { in ocfs2_queue_orphan_scan() 1913 os->os_seqno = seqno; in ocfs2_queue_orphan_scan() 1925 os->os_count++; in ocfs2_queue_orphan_scan() 1926 os->os_scantime = CURRENT_TIME; in ocfs2_queue_orphan_scan() [all …]
|
D | super.c | 235 struct ocfs2_orphan_scan *os = &osb->osb_orphan_scan; in ocfs2_osb_dump() local 336 os->os_count, os->os_seqno); in ocfs2_osb_dump() 338 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_osb_dump() 342 (get_seconds() - os->os_scantime.tv_sec)); in ocfs2_osb_dump()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-kvm.txt | 6 perf-kvm - Tool to trace/measure kvm guest os 23 a performance counter profile of guest os in realtime 47 for use by perf report. As buildid is read from /sys/kernel/notes in os, then 80 Guest os root file system mount directory. Users mounts guest os 82 typically, sshfs. For example, start 2 guest os. The one's pid is 8888 89 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest 90 kernel symbols. Users copy it out from guest os. 92 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest 93 kernel module information. Users copy it out from guest os. 95 Guest os kernel vmlinux.
|
D | perf-script-python.txt | 128 import os 131 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 215 import os 218 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 278 import os 281 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 515 import os 518 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
/linux-4.1.27/arch/ia64/scripts/ |
D | unwcheck.py | 13 import os 21 readelf = os.getenv("READELF", "readelf") 39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/linux-4.1.27/drivers/hwmon/ |
D | lm75.c | 358 int conf, hyst, os; in lm75_detect() local 405 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect() 414 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect() 415 if (i2c_smbus_read_byte_data(new_client, 4) != os in lm75_detect() 416 || i2c_smbus_read_byte_data(new_client, 5) != os in lm75_detect() 417 || i2c_smbus_read_byte_data(new_client, 6) != os in lm75_detect() 418 || i2c_smbus_read_byte_data(new_client, 7) != os) in lm75_detect() 425 if (hyst == 0 && os == 0) in lm75_detect() 432 || i2c_smbus_read_byte_data(new_client, i + 3) != os) in lm75_detect()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas.c | 208 char *os; in rtas_progress() local 274 os = s; in rtas_progress() 275 while (*os) { in rtas_progress() 276 if (*os == '\n' || *os == '\r') { in rtas_progress() 281 if (*os == '\n' && !os[1]) { in rtas_progress() 292 if (*os == '\n') { in rtas_progress() 299 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress() 308 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress() 311 os++; in rtas_progress() 315 while ((*os != 0) && (*os != '\n') && (*os != '\r')) in rtas_progress() [all …]
|
D | prom_init.c | 2018 char *s, *os; in dt_find_string() local 2020 s = os = (char *)dt_string_start; in dt_find_string() 2024 return s - os; in dt_find_string()
|
/linux-4.1.27/scripts/gdb/ |
D | vmlinux-gdb.py | 14 import os 16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
|
/linux-4.1.27/scripts/gdb/linux/ |
D | symbols.py | 15 import os 79 for root, dirs, files in os.walk(path): 89 if re.match(module_pattern, name) and os.path.exists(name): 158 self.module_paths.append(os.getcwd())
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 13 import os 35 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 72 output_dir_name = os.getcwd() + "/" + dbname + "-perf-data" 73 os.mkdir(output_dir_name) 89 os.rmdir(output_dir_name) 265 os.unlink(name) 323 os.rmdir(output_dir_name)
|
D | syscall-counts.py | 8 import os 11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | futex-contention.py | 13 import os, sys 14 sys.path.append(os.environ['PERF_EXEC_PATH'] + '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
D | net_dropmonitor.py | 3 import os 6 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | check-perf-trace.py | 10 import os 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | sctop.py | 11 import os, sys, thread, time 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | syscall-counts-by-pid.py | 8 import os, sys 10 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | failed-syscalls-by-pid.py | 8 import os 11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | event_analyzing_sample.py | 17 import os 23 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | sched-migration.py | 14 import os 20 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | netdev-times.py | 10 import os 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 9 import errno, os 70 machine_id = machine_to_id[os.uname()[4]]
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote.h | 276 #define wiiproto_req_rreg(wdata, os, sz) \ argument 277 wiiproto_req_rmem((wdata), false, (os), (sz)) 278 #define wiiproto_req_reeprom(wdata, os, sz) \ argument 279 wiiproto_req_rmem((wdata), true, (os), (sz))
|
D | hid-wiimote-core.c | 308 #define wiiproto_req_wreg(wdata, os, buf, sz) \ argument 309 wiiproto_req_wmem((wdata), false, (os), (buf), (sz)) 311 #define wiiproto_req_weeprom(wdata, os, buf, sz) \ argument 312 wiiproto_req_wmem((wdata), true, (os), (buf), (sz))
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | Makefile | 7 obj-y := fskeleton.o iskeleton.o os.o
|
D | README | 55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
|
D | MISC | 196 wrk/os.s : 2.1
|
D | os.S | 29 | os.s
|
/linux-4.1.27/tools/perf/ |
D | builtin-mem.c | 211 char *s, *os = NULL, *p; in parse_mem_ops() local 220 s = os = strdup(str); in parse_mem_ops() 255 free(os); in parse_mem_ops()
|
D | builtin-record.c | 607 char *s, *os = NULL, *p; in parse_branch_stack() local 622 s = os = strdup(str); in parse_branch_stack() 656 free(os); in parse_branch_stack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1725 void lustre_swab_obd_statfs(struct obd_statfs *os) in lustre_swab_obd_statfs() argument 1727 __swab64s(&os->os_type); in lustre_swab_obd_statfs() 1728 __swab64s(&os->os_blocks); in lustre_swab_obd_statfs() 1729 __swab64s(&os->os_bfree); in lustre_swab_obd_statfs() 1730 __swab64s(&os->os_bavail); in lustre_swab_obd_statfs() 1731 __swab64s(&os->os_files); in lustre_swab_obd_statfs() 1732 __swab64s(&os->os_ffree); in lustre_swab_obd_statfs() 1734 __swab32s(&os->os_bsize); in lustre_swab_obd_statfs() 1735 __swab32s(&os->os_namelen); in lustre_swab_obd_statfs() 1736 __swab64s(&os->os_maxbytes); in lustre_swab_obd_statfs() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | Makefile | 2 obj-y += interrupt.o exports.o os-area.o
|
/linux-4.1.27/arch/um/ |
D | Makefile | 30 $(ARCH_DIR)/os-$(OS)/ 76 include $(ARCH_DIR)/Makefile-os-$(OS)
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.py | 3 import os 173 ret = os.WEXITSTATUS(os.system(cmd))
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_p4.c | 350 #define ESCR_SET_OS_0(escr, os) ((escr) |= (((os) & 1) << 3)) argument 352 #define ESCR_SET_OS_1(escr, os) ((escr) |= (((os) & 1) << 1)) argument
|
/linux-4.1.27/tools/perf/util/ |
D | setup.py | 4 from os import getenv
|
D | parse-options.h | 114 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 117 .set = check_vtype(os, bool *)}
|
/linux-4.1.27/arch/x86/um/ |
D | Makefile | 15 mem_$(BITS).o subarch.o os-$(OS)/
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 121 char *s, *os; in bootx_dt_find_string() local 123 s = os = (char *)bootx_dt_strbase; in bootx_dt_find_string() 127 return s - os; in bootx_dt_find_string()
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mdp_ppp.c | 219 uint64_t n, d, os, os_p, od, od_p, oreq; in scale_params() local 248 os = ((uint64_t)origin << 33) - ONE_HALF; in scale_params() 249 tmp = (dim_out * os) + ONE_HALF; in scale_params() 255 os = ((uint64_t)origin << 1) - 1; in scale_params() 256 od = (((k3 * os) >> 1) + k4); in scale_params()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.h | 79 struct mptsas_mapping os; /* operating system mapping*/ member
|
D | mptsas.c | 601 sas_info->os.id = starget->id; in mptsas_add_device_component() 602 sas_info->os.channel = starget->channel; in mptsas_add_device_component() 734 sas_info->os.id = starget->id; in mptsas_add_device_component_starget_ir() 735 sas_info->os.channel = starget->channel; in mptsas_add_device_component_starget_ir() 799 if (sas_info->os.channel == channel && sas_info->os.id == id) in mptsas_del_device_component_by_os() 4070 id = sas_info->os.id; in mptsas_handle_queue_full_event() 4071 channel = sas_info->os.channel; in mptsas_handle_queue_full_event()
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.py | 9 import os, sys 28 if os.path.isdir(fabric_mod_dir_var) == True: 32 ret = os.mkdir(fabric_mod_dir_var) 916 tcm_dir = os.getcwd();
|
/linux-4.1.27/scripts/rt-tester/ |
D | rt-tester.py | 11 import os
|
/linux-4.1.27/scripts/kconfig/ |
D | Makefile | 246 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \ 247 osdir=x$$($(HOSTCXX) -print-multi-os-directory); \
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 102 # This is the variable where the next core to boot os stored
|
/linux-4.1.27/drivers/block/ |
D | ida_cmd.h | 264 __u16 os; member
|
/linux-4.1.27/mm/ |
D | vmstat.c | 347 int os = overstep_mode * (t >> 1) ; in mod_state() local 350 z = n + os; in mod_state() 351 n = -os; in mod_state()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | smc.h | 435 struct s_smt_os os ; /* os specific */ member
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | pt.po | 483 " -m, --human saída legível para humanos para os parâmetros -f, -w, " 507 "Para os argumentos marcados com *, omitir o argumento -c ou --cpu é\n" 587 " -r, --related Modifica todos os CPUs relacionados ao hardware\n" 600 "Para os argumentos marcados com *, omitir o argumento -c ou --cpu é\n" 656 "o parâmetro -f/--freq não pode ser combinado com os parâmetros -d/--min, -"
|
/linux-4.1.27/Documentation/isdn/ |
D | HiSax.cert | 33 or tas have been completely approved for any other os, the approval
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | macros.fuc | 25 #include "os.h"
|
D | gpc.fuc | 63 // In: $r15 error code (see os.h)
|
D | hub.fuc | 52 // In: $r15 error code (see os.h)
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | macros.fuc | 30 #include "os.h"
|
/linux-4.1.27/Documentation/devicetree/ |
D | of_unittest.txt | 4 Author: Gaurav Minocha <gaurav.minocha.os@gmail.com>
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.h | 464 os:1, member
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 230 comp.os.linux.hardware. As the volume in these groups is rather high,
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 376 Also, using the buffer head as an i/o structure for i/os that didn't originate 389 iii.Ability to represent large i/os w/o unnecessarily breaking them up (i.e 391 iv. At the same time, ability to retain independent identity of i/os from 453 - Large i/os can be sent down in one go using a bio_vec list consisting
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1898 bra.l _fpsp_done # exit to os 1921 bra.l _fpsp_done # exit to os 2035 bra.l _fpsp_done # exit to os 2129 bra.l _fpsp_done # exit to os
|
D | fpsp.S | 1899 bra.l _fpsp_done # exit to os 1922 bra.l _fpsp_done # exit to os 2036 bra.l _fpsp_done # exit to os 2130 bra.l _fpsp_done # exit to os
|
/linux-4.1.27/Documentation/filesystems/ |
D | hpfs.txt | 49 one hour more, than under os/2, use timeshift=-3600.
|
D | coda.txt | 1023 44..1166.. cclloossee
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 750 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
|
/linux-4.1.27/drivers/scsi/ |
D | ipr.h | 1640 u32 os; member
|
D | ipr.c | 3104 driver_dump->hdr.os = IPR_DUMP_OS_LINUX; in ipr_get_ioa_dump()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 304 the tape device, set the pthru timeout to the os layer timeout value.
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1742 extern void lustre_swab_obd_statfs (struct obd_statfs *os);
|
/linux-4.1.27/Documentation/ |
D | kernel-docs.txt | 253 URL: http://www.nondot.org/sabre/os/files/FileSystems/ext2fs/
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1819 (default:wavefront.os) 1833 Note: the firmware file "wavefront.os" was located in the earlier
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 245 (win9x, os/2 etc.) when null password. Do not send listxattr
|
/linux-4.1.27/ |
D | CREDITS | 1893 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization 3903 D: comp.os.linux.announce, former moderator
|
D | MAINTAINERS | 10133 F: arch/um/os-Linux/drivers/
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 287 used by several vendors to build RISC/os and Windows NT workstations.
|