参照元

説明

引数

返り値

参考

実装

/* Returns the number of pages in this potentially compound page. */
static inline unsigned long compound_nr(struct page *page)
{
	if (!PageHead(page))
		return 1;
	return page[1].compound_nr;
}

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS