*参照元 [#x6da5edf] #backlinks *説明 [#n5cc9515] -パス: [[linux-4.4.1/mm/cma.h]] -FIXME: これは何? --説明 **引数 [#k9b7ff0e] -struct cma *cma -- --[[linux-4.4.1/cma]] **返り値 [#e6a31ba0] -unsigned long -- **参考 [#uc719883] *実装 [#l9c8f7aa] static inline unsigned long cma_bitmap_maxno(struct cma *cma) { return cma->count >> cma->order_per_bit; } -count, order_per_bit は下記関数で設定される。 --[[linux-4.4.1/cma_init_reserved_mem()]] *コメント [#ib4518b5]