Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/impl/
H A Dmessage_iterator.ipp40 inline bool message_iterator::append_fixed_array(int code, const void *value, int n_elements)
43 return dbus_message_iter_append_fixed_array(&DBusMessageIter_, code, value, n_elements);
86 inline void message_iterator::get_fixed_array(void *value, int *n_elements)
88 dbus_message_iter_get_fixed_array(&DBusMessageIter_, value, n_elements);
H A Dmessage_iterator.hpp30 bool append_fixed_array(int code, const void *value, int n_elements);
45 void get_fixed_array(void *value, int *n_elements);
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c45 int n_elements; member
59 int n_elements, in qxl_ring_create() argument
71 ring->n_elements = n_elements; in qxl_ring_create()
135 idx = header->prod & (ring->n_elements - 1); in qxl_ring_push()
166 idx = header->cons & (ring->n_elements - 1); in qxl_ring_pop()
H A Dqxl_drv.h276 int n_elements,
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c210 __u32 n_elements; in get_cur_elements() local
228 n_elements = read_cur_elements(iter_fd); in get_cur_elements()
234 return n_elements; in get_cur_elements()
/openbmc/linux/drivers/net/netdevsim/
H A Dudp_tunnels.c156 ns->udp_ports.dfs_ports[0].n_elements = NSIM_UDP_TUNNEL_N_PORTS; in nsim_udp_tunnels_info_create()
161 ns->udp_ports.dfs_ports[1].n_elements = NSIM_UDP_TUNNEL_N_PORTS; in nsim_udp_tunnels_info_create()
/openbmc/linux/mm/
H A Dcma_debug.c180 cma->dfs_bitmap.n_elements = DIV_ROUND_UP(cma_bitmap_maxno(cma), in cma_debugfs_add_one()
/openbmc/linux/include/linux/
H A Ddebugfs.h43 u32 n_elements; member
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm4377.c212 __le16 n_elements; member
266 __le16 n_elements; member
990 msg.n_elements = cpu_to_le16(ring->n_entries); in bcm4377_create_completion_ring()
1044 msg.n_elements = cpu_to_le16(ring->n_entries); in bcm4377_create_transfer_ring()
/openbmc/linux/fs/debugfs/
H A Dfile.c1078 int size, elements = data->n_elements; in u32_array_open()
1093 u32_format_array(buf, size, data->array, data->n_elements); in u32_array_open()
/openbmc/linux/Documentation/filesystems/
H A Ddebugfs.rst190 u32 n_elements;
/openbmc/linux/scripts/
H A Dasn1_compiler.c690 uint8_t n_elements; member