Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 69) sorted by relevance

123

/linux-2.6.39/drivers/net/skfp/
Dhwmtm.c271 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 …]
Dskfddi.c266 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 …]
/linux-2.6.39/drivers/staging/ath6kl/
DMakefile27 ccflags-y += -I$(obj)/os/linux/include
28 ccflags-y += -I$(obj)/os
90 ath6kl-y += os/linux/cfg80211.o
139 ath6kl-y += os/linux/ar6000_drv.o
140 ath6kl-y += os/linux/ar6000_raw_if.o
141 ath6kl-y += os/linux/ar6000_pm.o
142 ath6kl-y += os/linux/netbuf.o
143 ath6kl-y += os/linux/wireless_ext.o
144 ath6kl-y += os/linux/ioctl.o
145 ath6kl-y += os/linux/hci_bridge.o
[all …]
/linux-2.6.39/drivers/block/drbd/
Ddrbd_main.c61 union drbd_state os; member
76 static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
467 union drbd_state os, union drbd_state ns) in cl_wide_st_chg() argument
469 return (os.conn >= C_CONNECTED && ns.conn >= C_CONNECTED && in cl_wide_st_chg()
470 ((os.role != R_PRIMARY && ns.role == R_PRIMARY) || in cl_wide_st_chg()
471 (os.conn != C_STARTING_SYNC_T && ns.conn == C_STARTING_SYNC_T) || in cl_wide_st_chg()
472 (os.conn != C_STARTING_SYNC_S && ns.conn == C_STARTING_SYNC_S) || in cl_wide_st_chg()
473 (os.disk != D_DISKLESS && ns.disk == D_DISKLESS))) || in cl_wide_st_chg()
474 (os.conn >= C_CONNECTED && ns.conn == C_DISCONNECTING) || in cl_wide_st_chg()
475 (os.conn == C_CONNECTED && ns.conn == C_VERIFY_S); in cl_wide_st_chg()
[all …]
Ddrbd_worker.c764 union drbd_state os, ns; in drbd_resync_finished() local
801 os = mdev->state; in drbd_resync_finished()
803 verify_done = (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T); in drbd_resync_finished()
807 if (os.conn <= C_CONNECTED) in drbd_resync_finished()
810 ns = os; in drbd_resync_finished()
819 if (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T) { in drbd_resync_finished()
828 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) in drbd_resync_finished()
849 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished()
860 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished()
872 if (!(os.conn == C_VERIFY_S || os.conn == C_VERIFY_T)) { in drbd_resync_finished()
/linux-2.6.39/tools/perf/Documentation/
Dperf-kvm.txt6 perf-kvm - Tool to trace/measure kvm guest os
22 a performance counter profile of guest os in realtime
54 Guest os root file system mount directory. Users mounts guest os
56 typically, sshfs. For example, start 2 guest os. The one's pid is 8888
63 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
64 kernel symbols. Users copy it out from guest os.
66 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest
67 kernel module information. Users copy it out from guest os.
69 Guest os kernel vmlinux.
/linux-2.6.39/net/ceph/
Dceph_fs.c14 __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-2.6.39/tools/perf/util/
Dsession.c456 struct ordered_samples *os = &session->ordered_samples; in perf_session_free_sample_buffers() local
458 while (!list_empty(&os->to_free)) { in perf_session_free_sample_buffers()
461 sq = list_entry(os->to_free.next, struct sample_queue, list); in perf_session_free_sample_buffers()
476 struct ordered_samples *os = &s->ordered_samples; in flush_sample_queue() local
477 struct list_head *head = &os->samples; in flush_sample_queue()
480 u64 limit = os->next_flush; in flush_sample_queue()
481 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL; in flush_sample_queue()
494 os->last_flush = iter->timestamp; in flush_sample_queue()
496 list_add(&iter->list, &os->sample_cache); in flush_sample_queue()
500 os->last_sample = NULL; in flush_sample_queue()
[all …]
Dsetup.py4 from os import getenv
/linux-2.6.39/fs/ocfs2/
Djournal.c1821 struct ocfs2_orphan_scan *os; in ocfs2_queue_orphan_scan() local
1825 os = &osb->osb_orphan_scan; in ocfs2_queue_orphan_scan()
1827 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan()
1830 trace_ocfs2_queue_orphan_scan_begin(os->os_count, os->os_seqno, in ocfs2_queue_orphan_scan()
1831 atomic_read(&os->os_state)); in ocfs2_queue_orphan_scan()
1841 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan()
1844 if (os->os_seqno != seqno) { in ocfs2_queue_orphan_scan()
1845 os->os_seqno = seqno; in ocfs2_queue_orphan_scan()
1857 os->os_count++; in ocfs2_queue_orphan_scan()
1858 os->os_scantime = CURRENT_TIME; in ocfs2_queue_orphan_scan()
[all …]
/linux-2.6.39/arch/arm/mach-omap2/
Domap_hwmod.c545 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _init_interface_clks() local
547 if (!os->clk) in _init_interface_clks()
550 c = omap_clk_get_by_name(os->clk); in _init_interface_clks()
553 oh->name, os->clk); in _init_interface_clks()
556 os->_clk = c; in _init_interface_clks()
607 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _enable_clocks() local
608 struct clk *c = os->_clk; in _enable_clocks()
610 if (c && (os->flags & OCPIF_SWSUP_IDLE)) in _enable_clocks()
637 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _disable_clocks() local
638 struct clk *c = os->_clk; in _disable_clocks()
[all …]
/linux-2.6.39/arch/powerpc/kernel/
Drtas.c207 char *os; in rtas_progress() local
273 os = s; in rtas_progress()
274 while (*os) { in rtas_progress()
275 if (*os == '\n' || *os == '\r') { in rtas_progress()
280 if (*os == '\n' && !os[1]) { in rtas_progress()
291 if (*os == '\n') { in rtas_progress()
298 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress()
307 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress()
310 os++; in rtas_progress()
314 while ((*os != 0) && (*os != '\n') && (*os != '\r')) in rtas_progress()
[all …]
/linux-2.6.39/drivers/hwmon/
Dlm75.c243 int conf, hyst, os; in lm75_detect() local
279 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect()
288 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect()
289 if (i2c_smbus_read_byte_data(new_client, 4) != os in lm75_detect()
290 || i2c_smbus_read_byte_data(new_client, 5) != os in lm75_detect()
291 || i2c_smbus_read_byte_data(new_client, 6) != os in lm75_detect()
292 || i2c_smbus_read_byte_data(new_client, 7) != os) in lm75_detect()
300 || i2c_smbus_read_byte_data(new_client, i + 3) != os) in lm75_detect()
/linux-2.6.39/arch/ia64/scripts/
Dunwcheck.py13 import os
21 readelf = os.getenv("READELF", "readelf")
39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux-2.6.39/scripts/
Ddiffconfig10 import sys, os
88 if os.environ.has_key("KBUILD_OUTPUT"):
89 build_dir = os.environ["KBUILD_OUTPUT"]+"/"
Dbloat-o-meter10 import sys, os, re
18 for l in os.popen("nm --size-sort " + file).readlines():
/linux-2.6.39/tools/perf/scripts/python/
Dsyscall-counts.py8 import os
11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dfutex-contention.py13 import os, sys
14 sys.path.append(os.environ['PERF_EXEC_PATH'] + '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
Dsctop.py11 import os, sys, thread, time
13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dsyscall-counts-by-pid.py8 import os, sys
10 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dcheck-perf-trace.py10 import os
13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dfailed-syscalls-by-pid.py8 import os
11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-2.6.39/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py9 import errno, os
70 machine_id = machine_to_id[os.uname()[4]]
/linux-2.6.39/arch/m68k/ifpsp060/
DMakefile7 obj-y := fskeleton.o iskeleton.o os.o
/linux-2.6.39/arch/powerpc/platforms/ps3/
DMakefile2 obj-y += interrupt.o exports.o os-area.o

123