{"id":74141,"created":"2025-01-18T23:31:49.011260+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00074141","sets":["934:1119:6347:6418"]},"path":["6418"],"owner":"11","recid":"74141","title":["中断可能な優先度継承キューイングスピンロックとそのハードウェア実装"],"pubdate":{"attribute_name":"公開日","attribute_value":"2011-05-12"},"_buckets":{"deposit":"fc26b1a8-b241-4d65-a051-621a59362082"},"_deposit":{"id":"74141","pid":{"type":"depid","value":"74141","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"中断可能な優先度継承キューイングスピンロックとそのハードウェア実装","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"中断可能な優先度継承キューイングスピンロックとそのハードウェア実装"},{"subitem_title":"Preemptable Priority Inheritance Queueing Spin Lock and its Hardware Implementation","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"実時間処理","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2011-05-12","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"名古屋大学大学院情報科学研究科"},{"subitem_text_value":"名古屋大学大学院情報科学研究科附属組込みシステム研究センター"},{"subitem_text_value":"名古屋大学大学院情報科学研究科附属組込みシステム研究センター"},{"subitem_text_value":"名古屋大学大学院情報科学研究科/名古屋大学大学院情報科学研究科附属組込みシステム研究センター"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Information Science, Nagoya University","subitem_text_language":"en"},{"subitem_text_value":"Center for Embedded Computing Systems, Nagoya University","subitem_text_language":"en"},{"subitem_text_value":"Center for Embedded Computing Systems, Nagoya University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science, Nagoya University / Center for Embedded Computing Systems, Nagoya University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/74141/files/IPSJ-TACS0403014.pdf"},"date":[{"dateType":"Available","dateValue":"2013-05-12"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TACS0403014.pdf","filesize":[{"value":"639.6 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"31f339fd-853c-4800-894c-e4c9b48faf47","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2011 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"一場, 利幸"},{"creatorName":"松原, 豊"},{"creatorName":"本田, 晋也"},{"creatorName":"高田, 広章"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Toshiyuki, Ichiba","creatorNameLang":"en"},{"creatorName":"Yutaka, Matsubara","creatorNameLang":"en"},{"creatorName":"Shinya, Honda","creatorNameLang":"en"},{"creatorName":"Hiroaki, Takada","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11833852","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7829","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"マルチコアプロセッサを用いたリアルタイムシステム向けの排他制御アルゴリズムとして,数多くのキューイングスピンロックアルゴリズムが提案されている.これらの多くは,単一のロックを取得する状況を想定しているため,複数のロックを同時に取得する場合には,コア数に対するスケーラビリティとリアルタイム性を両立させることができないという問題がある.本論文では,スピンロックが満たすべき要件を示し,この要件を満たす複数のロックを同時に取得する中断可能な優先度継承キューイングスピンロックアルゴリズムを提案する.さらに,提案アルゴリズムをハードウェアで実装することで高速に実行できる手法について述べる.ロック取得要求から解放までの時間と割込み応答性を実機で測定し,提案アルゴリズムが要件を満たすかどうか評価した.ハードウェア実装はソフトウェア実装に比べて,最大 3.11 倍高速化した.スピンロックというプリミティブな排他制御を3倍高速化できたことは,高い応答性が求められるシステムに対する有用性が高いと考えられる.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Many queueing spin lock algorithms for exclusive accesses on multicore real-time systems have been proposed. Most of the algorithms are only for a single spin lock. Therefore they can not satisfy both of real-time property and scalability for increasing the number of cores in the nested spin locks. In this paper, we propose a preemptive priority inheritance queueing spin locks algorithm for nested spin locks. Moreover the design of a queueing spin lock hardware for supporting the algorithm is described. As the evaluation of the algorithm, acquiring and releasing time of nested locks and interrupt latency are measured with a FPGA evaluation board. In the evaluation, the hardware implementation achieved 3.11 times speedup against the software implementation. It is useful in a system that requests a high response.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"146","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌コンピューティングシステム(ACS) "}],"bibliographicPageStart":"133","bibliographicIssueDates":{"bibliographicIssueDate":"2011-05-12","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"4"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"updated":"2025-01-21T21:40:35.656614+00:00","links":{}}