Searched refs:item (Results 1 – 9 of 9) sorted by relevance
| /lib/ |
| A D | test_objpool.c | 165 item->worker(item, 1); in ot_hrtimer_handler() 175 hrtimer_start(&item->hrtimer, item->hrtcycle, HRTIMER_MODE_REL); in ot_start_hrtimer() 202 memset(item, 0, sizeof(*item)); in ot_init_cpu_item() 212 ot_init_hrtimer(item, item->test->hrtimer); in ot_init_cpu_item() 231 item->worker(item, 0); in ot_thread_worker() 259 item->stat[0].nhits, item->stat[0].nmiss); in ot_perf_report() 261 item->stat[1].nhits, item->stat[1].nmiss); in ot_perf_report() 263 item->stat[0].nhits + item->stat[1].nhits, in ot_perf_report() 264 item->stat[0].nmiss + item->stat[1].nmiss); in ot_perf_report() 332 if (!irq && (item->delay || !(++(item->niters) & 0x7FFF))) in ot_bulk_sync() [all …]
|
| A D | parman.c | 45 struct parman_item *item); 135 struct parman_item *item; in parman_prio_shift_down() local 144 item->index = to_index; in parman_prio_shift_down() 150 struct parman_item *item; in parman_prio_shift_up() local 159 item->index = to_index; in parman_prio_shift_up() 170 if (last_item == item) { in parman_prio_item_remove() 171 list_del(&item->list); in parman_prio_item_remove() 174 to_index = item->index; in parman_prio_item_remove() 183 struct parman_item *item) in parman_lsort_item_add() argument 201 item->index = new_index; in parman_lsort_item_add() [all …]
|
| A D | test_parman.c | 209 if (!item->used) in test_parman_items_fini() 212 &item->prio->parman_prio, in test_parman_items_fini() 213 &item->parman_item); in test_parman_items_fini() 280 if (!item->used) { in test_parman_run() 282 &item->prio->parman_prio, in test_parman_run() 283 &item->parman_item); in test_parman_run() 286 test_parman->prio_array[item->parman_item.index] = item; in test_parman_run() 291 &item->prio->parman_prio, in test_parman_run() 292 &item->parman_item); in test_parman_run() 295 item->used = !item->used; in test_parman_run() [all …]
|
| A D | fault-inject.c | 356 static struct fault_config *to_fault_config(struct config_item *item) in to_fault_config() argument 358 return container_of(to_config_group(item), struct fault_config, group); in to_fault_config() 362 static ssize_t fault_##NAME##_show(struct config_item *item, char *page) \ 364 return fault_##TYPE##_attr_show(to_fault_config(item)->attr.MEMBER, page); \ 366 static ssize_t fault_##NAME##_store(struct config_item *item, const char *page, size_t count) \ 368 struct fault_config *config = to_fault_config(item); \ 389 static ssize_t fault_stacktrace_depth_show(struct config_item *item, char *page) in fault_stacktrace_depth_show() argument 391 return fault_ulong_attr_show(to_fault_config(item)->attr.stacktrace_depth, page); in fault_stacktrace_depth_show() 394 static ssize_t fault_stacktrace_depth_store(struct config_item *item, const char *page, in fault_stacktrace_depth_store() argument 404 to_fault_config(item)->attr.stacktrace_depth = in fault_stacktrace_depth_store()
|
| A D | radix-tree.c | 682 void __rcu **slot, void *item) in insert_entries() argument 686 rcu_assign_pointer(*slot, item); in insert_entries() 689 if (xa_is_value(item)) in insert_entries() 704 void *item) in radix_tree_insert() argument 831 rcu_assign_pointer(*slot, item); in replace_slot() 852 void *item, void *old) in calculate_count() argument 862 return !!item - !!old; in calculate_count() 877 void __rcu **slot, void *item) in __radix_tree_replace() argument 915 void __rcu **slot, void *item) in radix_tree_replace_slot() argument 933 void __rcu **slot, void *item) in radix_tree_iter_replace() argument [all …]
|
| A D | string_helpers.c | 926 const char *item; in match_string() local 929 item = array[index]; in match_string() 930 if (!item) in match_string() 932 if (!strcmp(item, string)) in match_string() 959 const char *item; in __sysfs_match_string() local 963 item = array[index]; in __sysfs_match_string() 964 if (!item) in __sysfs_match_string() 966 if (sysfs_streq(item, str)) in __sysfs_match_string()
|
| A D | Kconfig | 114 sure your devices really need this configure item enabled.
|
| A D | test_xarray.c | 1376 static noinline unsigned long xa_find_entry(struct xarray *xa, void *item) in xa_find_entry() argument 1386 if (entry == item) in xa_find_entry()
|
| A D | Kconfig.debug | 1299 item for over a given amount of time, 30s by default, a 1314 triggering likely indicates that the work item should be switched
|
Completed in 27 milliseconds