Searched refs:dsr_bytes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grukservices.h | 156 * dsr_bytes - number of DSR bytes needed 163 extern unsigned long gru_reserve_async_resources(int blade_id, int cbrs, int dsr_bytes,
|
H A D | grukservices.c | 255 static int gru_get_cpu_resources(int dsr_bytes, void **cb, void **dsr) in gru_get_cpu_resources() argument 260 BUG_ON(dsr_bytes > GRU_NUM_KERNEL_DSR_BYTES); in gru_get_cpu_resources() 285 * dsr_bytes - number of DSR bytes needed 290 unsigned long gru_reserve_async_resources(int blade_id, int cbrs, int dsr_bytes, in gru_reserve_async_resources() argument 304 bs->bs_async_dsr_bytes = dsr_bytes; in gru_reserve_async_resources()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grukservices.h | 156 * dsr_bytes - number of DSR bytes needed 163 extern unsigned long gru_reserve_async_resources(int blade_id, int cbrs, int dsr_bytes,
|
H A D | grukservices.c | 255 static int gru_get_cpu_resources(int dsr_bytes, void **cb, void **dsr) in gru_get_cpu_resources() argument 260 BUG_ON(dsr_bytes > GRU_NUM_KERNEL_DSR_BYTES); in gru_get_cpu_resources() 285 * dsr_bytes - number of DSR bytes needed 290 unsigned long gru_reserve_async_resources(int blade_id, int cbrs, int dsr_bytes, in gru_reserve_async_resources() argument 304 bs->bs_async_dsr_bytes = dsr_bytes; in gru_reserve_async_resources()
|
Completed in 4 milliseconds