Searched refs:to_alloc (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ntfs3/ |
| A D | bitmap.c | 109 if (free_len >= to_alloc) in wnd_scan() 966 size_t to_alloc0 = to_alloc; in wnd_find() 1042 if (len >= to_alloc && hint + to_alloc <= max_alloc) { in wnd_find() 1048 if (len > to_alloc) in wnd_find() 1049 len = to_alloc; in wnd_find() 1053 to_alloc = len; in wnd_find() 1073 to_alloc = e->count.key; in wnd_find() 1075 to_alloc = e->count.key; in wnd_find() 1288 to_alloc = b_len; in wnd_find() 1297 wnd->extent_max = to_alloc; in wnd_find() [all …]
|
| A D | attrib.c | 816 CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; in attr_data_get_block() local 865 to_alloc = (clen + clst_per_frame - 1) & ~(clst_per_frame - 1); in attr_data_get_block() 867 if (vcn + to_alloc > asize) in attr_data_get_block() 868 to_alloc = asize - vcn; in attr_data_get_block() 908 to_alloc = (clen + clst_per_frame - 1) & in attr_data_get_block() 932 sbi, run, vcn, hint + 1, to_alloc, NULL, 0, len, in attr_data_get_block()
|
| A D | ntfs_fs.h | 825 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint,
|
| /linux/drivers/dax/ |
| A D | bus.c | 952 to_alloc = size - dev_size; in dev_dax_resize() 953 if (dev_WARN_ONCE(dev, !alloc_is_aligned(dev_dax, to_alloc), in dev_dax_resize() 954 "resize of %pa misaligned\n", &to_alloc)) in dev_dax_resize() 981 alloc = min(next->start - (res->end + 1), to_alloc); in dev_dax_resize() 985 alloc = min(region_res->end - res->end, to_alloc); in dev_dax_resize() 999 to_alloc -= alloc; in dev_dax_resize() 1000 if (to_alloc) in dev_dax_resize() 1071 size_t to_alloc; in mapping_store() local 1087 to_alloc = range_len(&r); in mapping_store() 1088 if (alloc_is_aligned(dev_dax, to_alloc)) in mapping_store() [all …]
|
| /linux/kernel/power/ |
| A D | snapshot.c | 1955 unsigned int to_alloc = count_free_highmem_pages(); in alloc_highmem_pages() local 1957 if (to_alloc > nr_highmem) in alloc_highmem_pages() 1958 to_alloc = nr_highmem; in alloc_highmem_pages() 1960 nr_highmem -= to_alloc; in alloc_highmem_pages() 1961 while (to_alloc-- > 0) { in alloc_highmem_pages() 2336 unsigned int to_alloc; in prepare_highmem_image() local 2344 to_alloc = count_free_highmem_pages(); in prepare_highmem_image() 2345 if (to_alloc > *nr_highmem_p) in prepare_highmem_image() 2346 to_alloc = *nr_highmem_p; in prepare_highmem_image() 2348 *nr_highmem_p = to_alloc; in prepare_highmem_image() [all …]
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| A D | bnad.c | 472 u32 to_alloc; in bnad_rxq_post() local 474 to_alloc = BNA_QE_FREE_CNT(rcb, rcb->q_depth); in bnad_rxq_post() 475 if (!(to_alloc >> BNAD_RXQ_REFILL_THRESHOLD_SHIFT)) in bnad_rxq_post() 479 bnad_rxq_refill_skb(bnad, rcb, to_alloc); in bnad_rxq_post() 481 bnad_rxq_refill_page(bnad, rcb, to_alloc); in bnad_rxq_post()
|
Completed in 34 milliseconds