Home
last modified time | relevance | path

Searched defs:array (Results 26 – 50 of 212) sorted by relevance

123456789

/Linux-v5.4/arch/s390/tools/
Dgen_facilities.c126 unsigned long long *array; in print_facility_list() local
/Linux-v5.4/tools/include/linux/
Dstacktrace.h24 void *array[64]; in dump_stack() local
/Linux-v5.4/lib/
Dtest_rhashtable.c137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
448 static int __init test_rhashtable_max(struct test_obj *array, in test_rhashtable_max()
/Linux-v5.4/include/linux/
Dassoc_array.h54 static inline void assoc_array_init(struct assoc_array *array) in assoc_array_init()
Dgpio.h127 static inline int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array()
140 static inline void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
Ddma-fence-array.h25 struct dma_fence_array *array; member
Dring_buffer.h18 u32 array[]; member
/Linux-v5.4/arch/s390/include/asm/
Dctl_reg.h37 #define __ctl_load(array, low, high) do { \ argument
48 #define __ctl_store(array, low, high) do { \ argument
/Linux-v5.4/net/8021q/
Dvlan.h56 struct net_device **array; in __vlan_group_get_device() local
74 struct net_device **array; in vlan_group_set_device() local
/Linux-v5.4/drivers/dma-buf/
Dsync_file.c151 struct dma_fence_array *array; in sync_file_set_fence() local
179 struct dma_fence_array *array = to_dma_fence_array(sync_file->fence); in get_fences() local
Dsync_debug.c132 struct dma_fence_array *array = to_dma_fence_array(sync_file->fence); in sync_print_sync_file() local
/Linux-v5.4/drivers/md/bcache/
Dutil.h254 #define array_alloc(array) \ argument
264 #define array_free(array, ptr) \ argument
272 #define array_allocator_init(array) \ argument
285 #define array_freelist_empty(array) ((array)->freelist == NULL) argument
/Linux-v5.4/sound/isa/
Dcmi8328.c196 static int array_find(int array[], int item) in array_find()
207 static int array_find_l(long array[], long item) in array_find_l()
/Linux-v5.4/samples/trace_events/
Dtrace-events-sample.c24 int array[6]; in simple_thread_func() local
/Linux-v5.4/tools/perf/util/
Ddemangle-java.c48 int array = 0; in __demangle_java_sym() local
/Linux-v5.4/tools/testing/scatterlist/
Dmain.c8 static void set_pages(struct page **pages, const unsigned *array, unsigned num) in set_pages()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c129 struct dma_fence_array *array; in amdgpu_pasid_free_delayed() local
228 struct dma_fence_array *array; in amdgpu_vmid_grab_idle() local
Damdgpu_bo_list.h69 struct amdgpu_bo_list_entry *array = (void *)&list[1]; in amdgpu_bo_list_array_entry() local
/Linux-v5.4/scripts/dtc/
Ddtc-parser.y33 } array; member
/Linux-v5.4/kernel/sched/
Drt.c78 struct rt_prio_array *array; in init_rt_rq() local
1103 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local
1221 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity()
1234 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local
1268 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local
1360 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local
1539 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
/Linux-v5.4/drivers/ras/
Dcec.c95 u64 *array; /* container page */ member
485 struct dentry *d, *pfn, *decay, *count, *array; in create_debugfs_nodes() local
/Linux-v5.4/drivers/staging/uwb/
Ddrp-avail.c129 unsigned long get_val(u8 *array, size_t itr, size_t len) in get_val()
/Linux-v5.4/tools/perf/tests/
Ddwarf-unwind.c149 struct thread *array[2] = {thread, thread}; in test_dwarf_unwind__krava_3() local
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Drf_cfg.c189 u32 *array = Array_RadioA_1T_8188E; in rtl88e_phy_config_rf_with_headerfile() local
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dprocesspptables.c1084 const UVDClockInfoArray *array) in get_uvd_clock_voltage_limit_table()
1117 const VCEClockInfoArray *array) in get_vce_clock_voltage_limit_table()
1230 const VCEClockInfoArray *array = (const VCEClockInfoArray *) in init_clock_voltage_dependency() local
1245 const UVDClockInfoArray *array = (const UVDClockInfoArray *) in init_clock_voltage_dependency() local

123456789