Home
last modified time | relevance | path

Searched defs:array (Results 276 – 300 of 316) sorted by relevance

1...<<111213

/openbmc/linux/ipc/
H A Dsem.c1435 ushort __user *array = p; in semctl_main() local
/openbmc/linux/include/kunit/
H A Dtest.h1506 #define KUNIT_ARRAY_PARAM(name, array, get_desc) \ argument
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3556 let array = unsafe { ptr::read(vec.as_ptr() as *const [T; N]) }; localVariable
/openbmc/linux/drivers/hid/
H A Dhid-core.c1462 static int search(__s32 *array, __s32 value, unsigned n) in search()
/openbmc/linux/net/iucv/
H A Diucv.c1077 struct iucv_array *array; in iucv_message_receive_iprmdata() local
/openbmc/qemu/migration/
H A Dmigration.c70 #define NOTIFIER_ELEM_INIT(array, elem) \ argument
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c258 static int ice_get_free_slot(void *array, int size, int curr) in ice_get_free_slot()
/openbmc/qemu/block/
H A Dqcow2-refcount.c1479 static int realloc_refcount_array(BDRVQcow2State *s, void **array, in realloc_refcount_array()
/openbmc/linux/tools/perf/util/
H A Devlist.c695 const __u64 *array = event->sample.array; in evlist__event2id() local
/openbmc/linux/drivers/s390/block/
H A Ddasd.c941 static void dasd_stats_array(struct seq_file *m, unsigned int *array) in dasd_stats_array()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c1383 struct mfi_array *array; in megasas_dcmd_cfg_read() local
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c889 #define STRARRAY(name, array) \ argument
894 #define STRARRAY_FLAGS(name, array) \ argument
H A Dbuiltin-inject.c1434 void *array; in evlist__append_id_sample() local
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h272 uint32_t array[QLA8044_MAX_RESET_SEQ_ENTRIES]; member
/openbmc/linux/lib/
H A Dvsprintf.c902 const char *array[4], *s; in dentry_name() local
/openbmc/linux/include/linux/
H A Dfilter.h1393 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \ argument
H A Dbpf.h1939 bpf_prog_run_array(const struct bpf_prog_array *array, in bpf_prog_run_array()
1984 const struct bpf_prog_array *array; in bpf_prog_run_array_uprobe() local
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1153 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_timer_cb() local
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c755 i915_reg_t *array = force_nonpriv_white_list; in in_whitelist() local
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c3005 struct uvc_descriptor_header ***array = priv3; in __uvcg_fill_strm() local
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c4403 struct gpio_descs *array; in gpiod_get_array() local
/openbmc/qemu/target/i386/
H A Dcpu.c5650 uint64_t *array = (uint64_t *)opaque; in x86_cpu_get_feature_words() local
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c4577 u16 array[4]; in b43_nphy_tx_iq_workaround() local
/openbmc/linux/drivers/tty/vt/
H A Dvt.c405 static void juggle_array(u32 **array, unsigned int size, unsigned int nr) in juggle_array()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c606 const struct btf_array *array; in btf__resolve_size() local

1...<<111213