JPH0477915A - Magnetic disk controller - Google Patents

Magnetic disk controller

Info

Publication number
JPH0477915A
JPH0477915A JP19081590A JP19081590A JPH0477915A JP H0477915 A JPH0477915 A JP H0477915A JP 19081590 A JP19081590 A JP 19081590A JP 19081590 A JP19081590 A JP 19081590A JP H0477915 A JPH0477915 A JP H0477915A
Authority
JP
Japan
Prior art keywords
command
read request
commands
write
magnetic disk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP19081590A
Other languages
Japanese (ja)
Inventor
Matoi Iizuka
飯塚 まとひ
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP19081590A priority Critical patent/JPH0477915A/en
Publication of JPH0477915A publication Critical patent/JPH0477915A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the throughput of a whole computer system by providing a command storage means storing plural write/read request commands from CPU and saving execution when there are overlapped commands. CONSTITUTION:When the command storage means 131 storing plural write/read request commands transferred from CPU 11 intends the timing buffer of the processing of CPU 11 and the processing of a magnetic disk device 14 and when the write/read request commands for the same storage area are overlapped and stored, the execution of several commands which are overlapped is omitted. Thus, the number of the physical input/output operations of the magnetic disk device 14 can effectively be suppressed and the throughput of the whole computer system can be improved.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は磁気ディスク制御装置に関し、特に磁気ディ
スク装置に対する物理的な入出力動作回数を抑制するた
めの磁気ディスク制御装置に関する。
[Detailed Description of the Invention] [Object of the Invention] (Industrial Application Field) The present invention relates to a magnetic disk control device, and particularly relates to a magnetic disk control device for suppressing the number of physical input/output operations to a magnetic disk device. .

(従来の技術) 一般に、ハードディスクドライブ装置 (HDD)に対する入出力動作つまりデータの書き込み
/読み出し動作の制御は、そのハードディスクドライブ
装置とCPU間に介在されたハードディスク制御袋[(
HDC)によって実行されている。
(Prior Art) In general, input/output operations, that is, data write/read operations for a hard disk drive (HDD) are controlled by a hard disk control bag [(
HDC).

すなわち、ハードディスク制御装置は、CPUから転送
されたデータの読み出し/書き込み要求コマンドを解釈
してデータの読み出し/書き込みの開始位置とその長さ
をハードディスクドライブ装置に指定し、これによって
ハードディスクドライブ装置を入出力制御する。この場
合、データの読み出し/書き込みの開始位置とその長さ
の指定動作は各コマンド毎に実行されるので、例えばC
PUから10回の読み出し/書き込み要求コマンドを受
は取ると、ハードディスク制御装置はハードディスクド
ライブ装置に対して10回の入出力制御を行う。
That is, the hard disk control device interprets the data read/write request command transferred from the CPU, specifies the data read/write start position and its length to the hard disk drive, and thereby controls the hard disk drive. Control output. In this case, the operation of specifying the data reading/writing start position and its length is executed for each command, so for example, C
Upon receiving ten read/write request commands from the PU, the hard disk control device performs ten input/output controls on the hard disk drive device.

ハードディスクドライブ装置における磁気ディスクへの
実際の入出力動作は、指定された読み出し/書き込み開
始位置とその長さによって示される区画(ページ)にヘ
ッドを位置付けするためのシーク動作や磁気ディスクの
回転動作を必要とする。このようなシーク動作や磁気デ
ィスクの回転動作等の機械的な動作時間は、ICメモリ
等におけるデータの入出力のための電気的な処理時間に
比して非常に長時間を要する。このように、ハードディ
スクドライブ装置の物理的な入出力動作には時間がかか
るので、ハードディスク制御装置が各コマンド毎にハー
ドディスクドライブ装置を入出力制御した場合にはコン
ピュータシステム全体のスルーブツトの低下が引き起こ
される。
Actual input/output operations to the magnetic disk in a hard disk drive device include seek operations and magnetic disk rotation operations to position the head in the section (page) indicated by the specified read/write start position and its length. I need. Mechanical operations such as seek operations and magnetic disk rotation operations require a much longer time than electrical processing times for inputting and outputting data in an IC memory or the like. As described above, physical input/output operations of the hard disk drive device take time, so if the hard disk control device controls the input/output of the hard disk drive device for each command, the throughput of the entire computer system will decrease. .

そこで、最近では、スルーブツトの低下を防ぐために、
ハードディスク制御装置内部にICメモリから成るキャ
ッシュメモリを設け、ハードディスクドライブ装置から
読み出されたページ情報をキャッシュメモリに登録して
おくことによって、以降の同一ページに対する読み出し
要求に対してはハードディスクドライブ装置を制御せず
にキャッシュメモリの読み出しで代替する工夫が多く用
いられている。また、読み出しだけでなく、書き込み要
求もキャッシュメモリへの書き込みによって完了として
、キャッシュメモリに空き記憶領域がなくなった時点で
初めてハードディスクドライブ装置を書き込み制御する
といったストアイン方式も利用され始めている。
Therefore, in order to prevent the throughput from decreasing,
By providing a cache memory consisting of an IC memory inside the hard disk control device and registering page information read from the hard disk drive device in the cache memory, the hard disk drive device can be used in response to subsequent read requests for the same page. Many techniques are used to replace this with reading from the cache memory without any control. In addition, a store-in method has begun to be used in which not only read requests but also write requests are completed by writing to the cache memory, and the hard disk drive device is controlled for writing only when there is no free storage space in the cache memory.

しかしながら、このようにキャッシュメモリを利用した
方式は、キャッシュメモリの記憶容量が大きいほど効果
があるが実際にはその記憶容量には限界があるので、キ
ャッシュメモリを使用してもスルーブツトを十分に向上
させることは困難である。また、キャッシュメモリには
通常は動作速度が速いスタティックRAMが使用されて
いるが、スタティックRAMは揮発性メモリであるので
、ストアイン方式を用いてキャッシュメモリにデータを
書き込んだ場合には、たとえバッテリバックアップ等の
機構を備えたとしても、各種障害によってデータを消失
してしまう危険がある。
However, although this method of using cache memory is more effective as the storage capacity of the cache memory increases, in reality there is a limit to its storage capacity, so even if cache memory is used, throughput cannot be sufficiently increased. It is difficult to do so. In addition, although static RAM, which has a fast operating speed, is normally used as cache memory, static RAM is volatile memory, so if data is written to cache memory using the store-in method, even if the battery is Even if a backup mechanism is provided, there is a risk of data loss due to various failures.

(発明が解決しようとする課題) 従来では、ハードディスクドライブ装置における物理的
な入出力動作に時間がかかり、これによってコンピュー
タシステム全体のスルーブツトの低下が引き起こされる
欠点があった。
(Problems to be Solved by the Invention) Conventionally, physical input/output operations in a hard disk drive device take time, which has the disadvantage of causing a reduction in the throughput of the entire computer system.

この発明はこのような点に鑑みてなされたものであり、
磁気ディスク装置の物理的な入出力動作回数を抑制でき
るようにして、コンピュータシステム全体のスルーブツ
トの向上を実現することができる磁気ディスク制御装置
を提供することを目的とする。
This invention was made in view of these points,
It is an object of the present invention to provide a magnetic disk control device that can suppress the number of physical input/output operations of a magnetic disk device and improve the throughput of the entire computer system.

[発明の構成コ (課題を解決するための手段および作用)この発明によ
る磁気ディスク制御装置は、磁気ディスク装置に対する
CPUからの書き込み/読み出し要求コマンドを複数個
格納するコマンド格納手段と、前記磁気ディスク装置の
同一記憶領域に対する書き込み/読み出し要求コマンド
が前記コマンド格納手段に重複して格納されているか否
かを検出する検出手段と、読み出し要求コマンドが重複
して格納されている時には前記コマンド格納手段に最初
に格納された読み出し要求コマンドに後続する読み出し
要求コマンドの実行を禁止すると共に、書き込み要求コ
マンドが重複して格納されている時には前記コマンド格
納手段に最後に格納された書き込み要求コマンドに先行
する書き込み要求コマンドの実行を禁止する手段とを具
備し、前記磁気ディスク装置の物理的入出力動作回数を
抑制することを特徴とする。
[Structure of the Invention (Means and Effects for Solving the Problems)] A magnetic disk control device according to the present invention includes a command storage means for storing a plurality of write/read request commands from a CPU to a magnetic disk device, and detecting means for detecting whether write/read request commands for the same storage area of the device are stored redundantly in the command storage means; Prohibits execution of read request commands following the first stored read request command, and when write request commands are stored redundantly, writes preceding the write request command stored last in the command storage means. and means for prohibiting execution of a request command, thereby suppressing the number of physical input/output operations of the magnetic disk device.

この磁気ディスク制御装置においては、CPUから転送
された複数個の書き込み/読み出し要求コマンドを格納
するコマンド格納手段によってCPUの処理と磁気ディ
スク装置の処理とのタイミング緩衝が図られ、しかも重
複コマンドがある場合にはその重複するコマンドの内の
幾つかの実行が省略される。このため、磁気ディスク装
置の物理的入出力動作回数を効果的に抑制できるように
なり、コンピュータシステム全体のスルーブツトの向上
を実現することができる。
In this magnetic disk control device, timing buffering between CPU processing and magnetic disk device processing is achieved by a command storage means that stores a plurality of write/read request commands transferred from the CPU, and moreover, there are duplicate commands. In some cases, execution of some of the duplicate commands is omitted. Therefore, the number of physical input/output operations of the magnetic disk device can be effectively suppressed, and the throughput of the entire computer system can be improved.

(実施例) 以下、図面を参照して、この発明の詳細な説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図にはこの発明の一実施例に係わる磁気ディスク制
御装置が示されている。この磁気ディスク制御装置13
は、CPUIIの指示にしたがって複数のハードディス
クドライブ装置(HDD)14の入出力動作つまりデー
タの書き込み/読み出し動作を制御するハードディスク
コントローラであり、スタックメモリ131、実行コマ
ンド管理部132、および入出力制御部138を備えて
いる。
FIG. 1 shows a magnetic disk control device according to an embodiment of the present invention. This magnetic disk control device 13
is a hard disk controller that controls input/output operations, that is, data write/read operations of a plurality of hard disk drive devices (HDD) 14 according to instructions from the CPU II, and includes a stack memory 131, an execution command management section 132, and an input/output control section. It is equipped with 138.

スタックメモリ131は、CPUIIから転送される書
き込み要求コマンドや読み出し要求コマンドを複数個−
時的に格納するためのものであり、このスタックメモリ
131はFIFO(先入れ先出し)方式のバッファによ
って構成されている。
The stack memory 131 stores multiple write request commands and read request commands transferred from the CPU II.
This stack memory 131 is for temporary storage, and is configured with a FIFO (first-in first-out) buffer.

実行コマンド管理部132は、スタックメモリ131に
スタックされた書き込み/読み出し要求コマンドの中で
そのコマンド実行の省略が可能なコマンドを選定し、そ
の選定したコマンドの実行を禁止する。実行省略可能な
コマンドとしては、同一の記憶領域をアクセス対象とし
て指定するコマンドが選定される。
The execution command management unit 132 selects a command whose execution can be omitted from among the write/read request commands stacked in the stack memory 131, and prohibits execution of the selected command. A command that specifies the same storage area as an access target is selected as a command that can be omitted to be executed.

すなわち、スタックメモリ131内に同一の記憶領域を
アクセス対象として指定する読み出し要求コマンドが重
複して格納されている時には、実行コマンド管理部13
2は、スタックメモリ131に最初に格納された読み出
し要求コマンドを有効コマンドとしてそのコマンドの実
行を許可すると共に、その有効コマンドに後続する読み
出し要求コマンドを無効コマンドとしてその実行を禁止
する。また、スタックメモリ131内に同一の記憶領域
をアクセス対象として指定する書き込み要求コマンドが
重複して格納されている時には、実行コマンド管理部1
32は、スタックメモリ131に最後に格納された書き
込み要求コマンドを有効コマンドとしてそのコマンドの
実行を許可すると共に、その有効コマンドに先行する書
き込み要求コマンドを無効コマンドとしてその実行を禁
止する。
That is, when read request commands specifying the same storage area as an access target are stored redundantly in the stack memory 131, the execution command management unit 13
2, the read request command first stored in the stack memory 131 is treated as a valid command and its execution is permitted, and the read request command that follows the valid command is treated as an invalid command and its execution is prohibited. Furthermore, when write request commands specifying the same storage area as an access target are stored redundantly in the stack memory 131, the execution command management unit 1
32 makes the write request command stored last in the stack memory 131 a valid command and permits its execution, and treats the write request command preceding the valid command as an invalid command and prohibits its execution.

入出力制御部133は、実行コマンド管理部132によ
って選定された有効コマンドの指示にしたがってハード
ディスクドライブ装置14を入出力制御する。
The input/output control section 133 controls the input/output of the hard disk drive device 14 according to instructions of valid commands selected by the execution command management section 132.

次に、第2図のフローチャートを参照して、ハードディ
スクコントローラ13内の実行コマンド管理部132に
よって実行される有効コマンドと無効コマンドの選定処
理を説明する。
Next, the selection process of valid commands and invalid commands executed by the execution command management unit 132 in the hard disk controller 13 will be described with reference to the flowchart in FIG.

まず、CPUIIから転送されるm個の書き込み/読み
出し要求コマンドがスタックメモリ181に順次格納さ
れる。この時、照合コマンドのエントリアドレスを指定
するためのパラメータmとしてスタックメモリ131に
格納されている先頭の書き込み/読み出し要求コマンド
のエントリアドレスが設定され、また被照合コマンドの
エントリアドレスを指定するためのパラメータnとして
「1」が設定される(ステップAl)。例えば、スタッ
クメモリ131に一時記憶可能なコマンドの数が10個
の場合には、スタックメモリ131の先頭位置に格納さ
れている先頭コマンドのエントリアドレスは「10」と
なる。
First, m write/read request commands transferred from the CPU II are sequentially stored in the stack memory 181. At this time, the entry address of the first write/read request command stored in the stack memory 131 is set as the parameter m for specifying the entry address of the collation command, and the entry address of the first write/read request command stored in the stack memory 131 is set as the parameter "1" is set as the parameter n (step Al). For example, when the number of commands that can be temporarily stored in the stack memory 131 is 10, the entry address of the first command stored at the first position of the stack memory 131 is "10".

次に、パラメータmによって指定されたコマンドと(m
−n)によって指定されたコマンド、すなわち、エント
リアドレスが「10」の先頭コマンドと、エントリアド
レスがrlO−1−9Jの後続コマンドの内容が比較さ
れる(ステップA2)。そして、それら先頭コマンドお
よびそれに後続する第1番目の後続コマンド各々によっ
て指定されるページ、つまりアクセス対象として指定さ
れるハードディスクドライブ装置とそのディスク上の記
憶領域が共通であるか否かが判断される(ステヤブA3
)。
Next, the command specified by the parameter m and (m
-n), that is, the first command whose entry address is "10", and the contents of the subsequent command whose entry address is rlO-1-9J are compared (step A2). Then, it is determined whether the page specified by the first command and each of the first subsequent commands, that is, the hard disk drive device specified as the access target and the storage area on the disk are common. (Stayab A3
).

先頭コマンドと第1番目の後続コマンドが、同−のハー
ドディスクドライブ装置によって入出力されるディスク
上における同一の記憶領域をアクセス対象として指定し
ていない場合には、パラメータnが+1更新される(ス
テップA4)。そして、パラメータmとnの値が等しい
か否かが判断され(ステップA5)、パラメータmとn
の値が等しくなるまでステップA2〜A4の処理が繰り
返し実行され、これによって先頭コマンドとそれに後続
する全てのコマンドとの比較処理が実行される。
If the first command and the first subsequent command do not specify the same storage area on the disk that is input/output by the same hard disk drive device, the parameter n is updated by +1 (step A4). Then, it is determined whether or not the values of parameters m and n are equal (step A5).
The processes of steps A2 to A4 are repeatedly executed until the values of the first command and all the commands subsequent to the first command are compared with each other.

一方、先頭コマンドとそれに後続する第1番目のコマン
ドが、同一のハードディスクドライブ装置によって入出
力されるディスク上における同一の記憶領域をアクセス
対象として指定している場合には、それら先頭コマンド
と第1番目の後続コマンドが共に読み出し要求コマンド
であるか、あるいは書き込み要求コマンドであるかが判
断される(ステップA8.ステップA8)。
On the other hand, if the first command and the first command that follows it specify the same storage area on the disk that is input/output by the same hard disk drive device, then the first command and the first command It is determined whether the th subsequent commands are both read request commands or write request commands (Step A8. Step A8).

先頭コマンドと第1番目の後続コマンドが共に読み出し
要求コマンドである場合には、その先頭コマンドが有効
コマンドとして選定され、第1番目の後続コマンドが無
効アドレスとして選定される(ステップA7)。そして
、ステップA4の処理に移行し、今度はその先頭コマン
ドと、それに後続する第2番目のコマンドとの比較が行
われる。
If both the first command and the first subsequent command are read request commands, the first command is selected as a valid command, and the first subsequent command is selected as an invalid address (step A7). Then, the process moves to step A4, and this time the first command is compared with the second command following it.

一方、先頭コマンドと第1番目の後続コマンドが共に書
き込み要求コマンドである場合には、そ定される(ステ
ップA9)。そして、今度は先頭コマンドの代わりにそ
れに後続する第1番目のコマンドを照合コマンドとする
ために、パラメータmとして(m−n)が設定され(ス
テップA 10)、この後、ステップA4の処理に移行
し、今度はその先頭コマンドに後続する第1番目のコマ
ンドを照合コマンドとした比較処理が行われる。
On the other hand, if both the first command and the first subsequent command are write request commands, the command is set (step A9). Then, in order to use the first command following the first command as the verification command instead of the first command, (m-n) is set as the parameter m (step A10), and after this, in the process of step A4. Then, a comparison process is performed using the first command following the first command as the collation command.

この様に、先頭コマンドと第1番目の後続コマンドが共
に書き込み要求コマンドであっても、また読み出し要求
コマンドであっても、有効コマンドとして選定されたコ
マンドを新たな照合コマンドとした比較処理が行われる
。そして、照合コマンドを順次更新することによって、
スタックメモリ13i内の全てのコマンドの照合処理が
行われる。
In this way, even if the first command and the first subsequent command are both write request commands or read request commands, the comparison process is performed with the command selected as the valid command as the new verification command. be exposed. Then, by sequentially updating the collation commands,
A process of collating all commands in the stack memory 13i is performed.

この様に、この実施例のハードディスクコントローラ1
3においては、スタックメモリ131に同一ページをア
クセス対象として指定するコマンドが重複して格納され
ているか否かが検出され、重複コマンドが読み出し要求
コマンドである場合にはスタックメモリ!$1に最初に
格納された読み出し要求コマンドのみ実行され、それに
後続する読み出し要求コマンドの実行は省略される。ま
た、重複コマンドが書き込み要求コマンドの場合には、
スタックメモリ131に最後に格納された書き込み要求
コマンドのみ実行され、それに先行する書き込み要求コ
マンドの実行は省略される。
In this way, the hard disk controller 1 of this embodiment
In step 3, it is detected whether commands specifying the same page as an access target are stored in duplicate in the stack memory 131, and if the duplicate command is a read request command, the stack memory 131! Only the first read request command stored in $1 is executed, and the execution of subsequent read request commands is omitted. Also, if the duplicate command is a write request command,
Only the write request command stored last in the stack memory 131 is executed, and the execution of the preceding write request commands is omitted.

したがって、ハードディスクドライブ装M14を入出力
制御する回数を抑制できるようになり、コンピュータシ
ステム全体のスルーブツトの向上を実現することができ
る。
Therefore, the number of times the input/output of the hard disk drive M14 is controlled can be reduced, and the throughput of the entire computer system can be improved.

[発明の効果] 以上のように、この発明によれば、磁気ディスク装置に
対する物理的な入出力動作回数を抑制できるようになり
、コンピュータシステム全体のスルーブツトの向上を実
現することが可能となる。
[Effects of the Invention] As described above, according to the present invention, it is possible to suppress the number of physical input/output operations to a magnetic disk device, and it is possible to improve the throughput of the entire computer system.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例に係わるディスク制御装置
の構成を示すブロック図、第2図は第1図に示したディ
スク制御装置の動作を説明するフローチャートである。 11・・・CPU、12・・・システムバス、13・・
・ハードディスクコントローラ、14・・・ハードディ
スクドライブ装置。 出願人代理人 弁理士 鈴江武彦
FIG. 1 is a block diagram showing the configuration of a disk control device according to an embodiment of the present invention, and FIG. 2 is a flowchart explaining the operation of the disk control device shown in FIG. 1. 11...CPU, 12...System bus, 13...
-Hard disk controller, 14...hard disk drive device. Applicant's agent Patent attorney Takehiko Suzue

Claims (1)

【特許請求の範囲】 磁気ディスク装置に対するCPUからの書き込み/読み
出し要求コマンドを複数個格納するコマンド格納手段と
、 前記磁気ディスク装置の同一記憶領域に対する書き込み
/読み出し要求コマンドが前記コマンド格納手段に重複
して格納されているか否かを検出する検出手段と、 読み出し要求コマンドが重複して格納されている時には
前記コマンド格納手段に最初に格納された読み出し要求
コマンドに後続する読み出し要求コマンドの実行を禁止
すると共に、書き込み要求コマンドが重複して格納され
ている時には前記コマンド格納手段に最後に格納された
書き込み要求コマンドに先行する書き込み要求コマンド
の実行を禁止する手段とを具備し、 前記磁気ディスク装置の物理的入出力動作の回数を抑制
することを特徴とする磁気ディスク制御装置。
[Scope of Claims] Command storage means for storing a plurality of write/read request commands from a CPU to a magnetic disk device; and a command storage means for storing a plurality of write/read request commands for the same storage area of the magnetic disk device in the command storage means. a detecting means for detecting whether or not the read request command is stored in the command storage means; and a detecting means for detecting whether or not the read request command is stored in the command storage means, and prohibiting execution of a read request command subsequent to the read request command first stored in the command storage means when the read request command is stored redundantly. and means for prohibiting execution of a write request command that precedes the write request command last stored in the command storage means when write request commands are stored redundantly; A magnetic disk control device characterized by suppressing the number of input/output operations.
JP19081590A 1990-07-20 1990-07-20 Magnetic disk controller Pending JPH0477915A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19081590A JPH0477915A (en) 1990-07-20 1990-07-20 Magnetic disk controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19081590A JPH0477915A (en) 1990-07-20 1990-07-20 Magnetic disk controller

Publications (1)

Publication Number Publication Date
JPH0477915A true JPH0477915A (en) 1992-03-12

Family

ID=16264215

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19081590A Pending JPH0477915A (en) 1990-07-20 1990-07-20 Magnetic disk controller

Country Status (1)

Country Link
JP (1) JPH0477915A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6910931B1 (en) 2004-01-16 2005-06-28 Kimihiko Ezawa Life saving device provided with body temperature adjuster
US11419753B2 (en) 2015-03-28 2022-08-23 The Regents Of The University Of California Thermoelectric temperature controlled cooler for biomedical applications
US11419754B2 (en) 2016-03-28 2022-08-23 The Regents Of The University Of California Heat exchange module and system for medical applications
US11458038B2 (en) 2016-09-28 2022-10-04 The Regents Of The University Of California Heat exchange module, system and method
US11903872B2 (en) 2016-03-28 2024-02-20 The Regents Of The University Of California Heat exchange module, system and method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6910931B1 (en) 2004-01-16 2005-06-28 Kimihiko Ezawa Life saving device provided with body temperature adjuster
US11419753B2 (en) 2015-03-28 2022-08-23 The Regents Of The University Of California Thermoelectric temperature controlled cooler for biomedical applications
US11419754B2 (en) 2016-03-28 2022-08-23 The Regents Of The University Of California Heat exchange module and system for medical applications
US11903872B2 (en) 2016-03-28 2024-02-20 The Regents Of The University Of California Heat exchange module, system and method
US11458038B2 (en) 2016-09-28 2022-10-04 The Regents Of The University Of California Heat exchange module, system and method

Similar Documents

Publication Publication Date Title
US7383392B2 (en) Performing read-ahead operation for a direct input/output request
US8438194B2 (en) Information processing apparatus, control method for information processing apparatus, and storage medium
JPH0477915A (en) Magnetic disk controller
US11694735B2 (en) Memory controller and method of controlling the memory controller
US11461225B2 (en) Storage device, control method of storage device, and storage medium
CN103389943A (en) Control device, storage device, and storage control method
JP3022011B2 (en) Data backup system
JP4336981B2 (en) Backup system and method
JPS62130440A (en) Cache subsystem
JP2001014219A (en) Method and device for controlling cache
JPH11212845A (en) Device and method for backup data management and recording medium
JPS63239521A (en) Data processing system for magnetic tape device
JP2746978B2 (en) External storage device with write protection
JP4750620B2 (en) Data read method and system for tiered storage apparatus
JPH03218545A (en) Pre-loading system for main storage
JP3009168B2 (en) Data processing device
JP3092663B2 (en) Main memory swapping method
JPH0876940A (en) Method for controlling disk array
JPH05210594A (en) Method for protecting copyright of external storage medium
JPH01300352A (en) Dump area instruction control system
JPH02257282A (en) Table preparation processor
JPH0512093A (en) File block exclusion releasing system
JPH0232438A (en) Input/output controller with cache
JPH02112025A (en) Information processor
JPH0272975A (en) Control of font file