Home
last modified time | relevance | path

Searched refs:n_elements (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c45 int n_elements; member
58 ring->ring->header.notify_on_prod = ring->n_elements; in qxl_ring_init_hdr()
64 int n_elements, in qxl_ring_create() argument
77 ring->n_elements = n_elements; in qxl_ring_create()
143 idx = header->prod & (ring->n_elements - 1); in qxl_ring_push()
174 idx = header->cons & (ring->n_elements - 1); in qxl_ring_pop()
H A Dqxl_drv.h293 int n_elements,
/OK3568_Linux_fs/kernel/mm/
H A Dcma_debug_bitmap_hex.c42 int size, elements = data->n_elements; in u32_array_open_hex()
58 u32_format_array_hex(buf, size + 1, data->array, data->n_elements); in u32_array_open_hex()
H A Dcma_debug.c183 cma->dfs_bitmap.n_elements = DIV_ROUND_UP(cma_bitmap_maxno(cma), in cma_debugfs_add_one()
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dudp_tunnels.c152 ns->udp_ports.dfs_ports[0].n_elements = NSIM_UDP_TUNNEL_N_PORTS; in nsim_udp_tunnels_info_create()
158 ns->udp_ports.dfs_ports[1].n_elements = NSIM_UDP_TUNNEL_N_PORTS; in nsim_udp_tunnels_info_create()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhashtab.h112 size_t n_elements; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhashtab.h112 size_t n_elements; member
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c946 int size, elements = data->n_elements; in u32_array_open()
961 u32_format_array(buf, size, data->array, data->n_elements); in u32_array_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddebugfs.h43 u32 n_elements; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Ddebugfs.rst190 u32 n_elements;
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c690 uint8_t n_elements; member