Searched refs:allocation_floor (Results 1 – 1 of 1) sorted by relevance
69 static unsigned long allocation_floor = 0x100000; variable70 module_param(allocation_floor, ulong, 0644);71 MODULE_PARM_DESC(allocation_floor, "Minimum address for allocations when using Packet mode");136 packet_array_size = max_t(unsigned int, allocation_floor / rbu_data.packetsize, 1); in create_packet()158 < allocation_floor) { in create_packet()162 allocation_floor); in create_packet()