Searched refs:nr_frames (Results 1 – 4 of 4) sorted by relevance
90 static int arch_gnttab_valloc(struct gnttab_vm_area *area, unsigned nr_frames) in arch_gnttab_valloc() argument92 area->ptes = kmalloc(sizeof(pte_t *) * nr_frames, GFP_KERNEL); in arch_gnttab_valloc()96 area->area = alloc_vm_area(PAGE_SIZE * nr_frames, area->ptes); in arch_gnttab_valloc()
310 uint32_t nr_frames; member402 uint32_t nr_frames; member459 uint32_t nr_frames; member
998 int nr_frames = 0; in nfc_llcp_queue_i_frames() local1018 nr_frames++; in nfc_llcp_queue_i_frames()1021 return nr_frames; in nfc_llcp_queue_i_frames()
951 setup.nr_frames = nr_gframes; in gnttab_map()