Home
last modified time | relevance | path

Searched refs:nr_handles (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_client.c69 unsigned int nr_handles; member
569 unsigned int nr_handles, unsigned long *vaddrs) in xenbus_unmap_ring() argument
575 if (nr_handles > XENBUS_MAX_RING_GRANTS) in xenbus_unmap_ring()
578 for (i = 0; i < nr_handles; i++) in xenbus_unmap_ring()
586 for (i = 0; i < nr_handles; i++) { in xenbus_unmap_ring()
635 node->nr_handles = nr_grefs; in xenbus_map_ring_hvm()
721 node->nr_handles = nr_grefs; in xenbus_map_ring_pv()
768 for (i = 0; i < node->nr_handles; i++) { in xenbus_unmap_ring_pv()
784 for (i = 0; i < node->nr_handles; i++) { in xenbus_unmap_ring_pv()
799 node->pv.area, node->nr_handles); in xenbus_unmap_ring_pv()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm2-space.c242 unsigned int nr_handles; in tpm2_map_command() local
252 nr_handles = (attrs >> TPM2_CC_ATTR_CHANDLES) & GENMASK(2, 0); in tpm2_map_command()
255 for (i = 0; i < nr_handles; i++, handle++) { in tpm2_map_command()
273 unsigned int nr_handles; in tpm_find_and_validate_cc() local
288 nr_handles = in tpm_find_and_validate_cc()
290 if (len < TPM_HEADER_SIZE + 4 * nr_handles) in tpm_find_and_validate_cc()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c348 static int nr_handles; variable
369 for (i = 0; i < nr_handles; i++) in found_stack()
373 if ((handles + nr_handles) in found_stack()
376 handles[nr_handles] = handle; in found_stack()
377 nr_handles += 1; in found_stack()