Searched refs:freemem (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | con3270.c | 43 struct list_head freemem; /* list of free memory for strings. */ member 109 cp->status = alloc_string(&cp->freemem, sizeof(blueprint)); in con3270_create_status() 173 s = alloc_string(&cp->freemem, size); in con3270_alloc_string() 181 if (free_string(&cp->freemem, s) >= size) in con3270_alloc_string() 184 s = alloc_string(&cp->freemem, size); in con3270_alloc_string() 634 INIT_LIST_HEAD(&condev->freemem); in con3270_init() 637 add_string_memory(&condev->freemem, cbuf, PAGE_SIZE); in con3270_init() 639 condev->cline = alloc_string(&condev->freemem, condev->view.cols); in con3270_init() 642 condev->input = alloc_string(&condev->freemem, 80); in con3270_init()
|
H A D | tty3270.c | 66 void **freemem_pages; /* Array of pages used for freemem. */ 67 struct list_head freemem; /* List of free memory for strings. */ member 173 line = alloc_string(&tp->freemem, in tty3270_create_prompt() 187 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6); in tty3270_create_prompt() 215 line = alloc_string(&tp->freemem,sizeof(blueprint)); in tty3270_create_status() 273 * freemem, free strings until there is room. 280 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string() 289 if (free_string(&tp->freemem, s) >= size) in tty3270_alloc_string() 292 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string() 340 free_string(&tp->freemem, in tty3270_blank_screen() [all...] |
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 951 dev->freemem = wavefront_freemem (dev); in wavefront_send_sample() 953 if (dev->freemem < (int)header->size) { in wavefront_send_sample() 1600 /* intercept any freemem requests so that we know in wavefront_synth_control() 1606 dev->freemem = demunge_int32 (wc->rbuf, 4); in wavefront_synth_control() 2097 dev->freemem = wavefront_freemem(dev); in wavefront_do_reset() 2098 if (dev->freemem < 0) in wavefront_do_reset() 2101 snd_printk ("available DRAM %dk\n", dev->freemem / 1024); in wavefront_do_reset()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | snd_wavefront.h | 83 int freemem; /* installed RAM, in bytes */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | snd_wavefront.h | 83 int freemem; /* installed RAM, in bytes */ member
|
/kernel/linux/linux-5.10/mm/ |
H A D | zswapd.c | 179 unsigned long freemem; in calc_sys_cur_avail_buffers() local 184 freemem = global_zone_page_state(NR_FREE_PAGES) * PAGE_SIZE / SZ_1K; in calc_sys_cur_avail_buffers() 188 buffers = freemem + inactive_file * get_inactive_file_ratio() / percent_constant + in calc_sys_cur_avail_buffers()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zswapd.c | 180 unsigned long freemem; in calc_sys_cur_avail_buffers() local 185 freemem = global_zone_page_state(NR_FREE_PAGES) * PAGE_SIZE / SZ_1K; in calc_sys_cur_avail_buffers() 189 buffers = freemem + inactive_file * get_inactive_file_ratio() / percent_constant + in calc_sys_cur_avail_buffers()
|
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 947 dev->freemem = wavefront_freemem (dev); in wavefront_send_sample() 949 if (dev->freemem < (int)header->size) { in wavefront_send_sample() 1593 /* intercept any freemem requests so that we know in wavefront_synth_control() 1599 dev->freemem = demunge_int32 (wc->rbuf, 4); in wavefront_synth_control() 2087 if ((dev->freemem = wavefront_freemem (dev)) < 0) { in wavefront_do_reset() 2091 snd_printk ("available DRAM %dk\n", dev->freemem / 1024); in wavefront_do_reset()
|
Completed in 16 milliseconds