Home
last modified time | relevance | path

Searched defs:curr (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/openbmc/linux/kernel/locking/
H A Dlockdep.c1939 struct task_struct *curr = current; in print_circular_bug_header() local
2029 struct task_struct *curr = current; in print_circular_bug() local
3384 int prev, curr; in add_chain_block() local
3462 int bucket, curr, size; in alloc_chain_hlocks() local
4286 struct task_struct *curr = current; in __trace_hardirqs_on_caller() local
4994 struct task_struct *curr = current; in __lock_acquire() local
5306 struct task_struct *curr = current; in __lock_set_class() local
5353 struct task_struct *curr = current; in __lock_downgrade() local
5407 struct task_struct *curr = current; in __lock_release() local
5489 struct task_struct *curr = current; in __lock_is_held() local
[all …]
H A Dosq_lock.c47 int curr = encode_cpu(smp_processor_id()); in osq_wait_next() local
94 int curr = encode_cpu(smp_processor_id()); in osq_lock() local
210 int curr = encode_cpu(smp_processor_id()); in osq_unlock() local
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c59 const char **curr) in parse_str()
83 static int check_hotmod_int_op(const char *curr, const char *option, in check_hotmod_int_op()
103 static int parse_hotmod_str(const char *curr, enum hotmod_op *op, in parse_hotmod_str()
189 char *str, *curr, *next; in hotmod_handler() local
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c37 struct vidtv_encoder *curr = e; in vidtv_channel_encoder_destroy() local
163 struct vidtv_psi_table_eit_event *curr = NULL; in vidtv_channel_eit_event_cat_into_new() local
209 struct vidtv_psi_table_sdt_service *curr = NULL; in vidtv_channel_sdt_serv_cat_into_new() local
264 struct vidtv_psi_table_pat_program *curr = NULL; in vidtv_channel_pat_prog_cat_into_new() local
531 struct vidtv_channel *curr = m->channels; in vidtv_channels_destroy() local
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c186 static bool perf_test__matches(const char *desc, int curr, int argc, const char *argv[]) in perf_test__matches()
334 int curr = i++; in run_shell_tests() local
381 int curr = i++; in __cmd_test() local
458 int curr = i++; in perf_test__list_shell() local
478 int curr = i++; in perf_test__list() local
/openbmc/linux/fs/hfs/
H A Dbitmap.c31 __be32 *curr, *end; in hfs_find_set_zero_bits() local
195 __be32 *curr; in hfs_clear_vbm_bits() local
/openbmc/linux/drivers/hwmon/
H A Dltc4215.c131 const unsigned int curr = voltage / 4; in ltc4215_get_current() local
148 const unsigned int curr = ltc4215_get_current(dev); in ltc4215_current_show() local
156 const unsigned int curr = ltc4215_get_current(dev); in ltc4215_power_show() local
/openbmc/linux/fs/hfsplus/
H A Dbitmap.c25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local
169 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
/openbmc/u-boot/tools/
H A Dimagetool.c14 struct image_type_params **curr; in imagetool_get_type() local
36 struct image_type_params **curr; in imagetool_verify_print_header() local
/openbmc/linux/arch/x86/um/
H A Dtls_32.c95 struct uml_tls_struct* curr = in load_TLS() local
135 struct uml_tls_struct* curr = in needs_TLS_update() local
159 struct uml_tls_struct* curr = in clear_flushed_tls() local
/openbmc/linux/kernel/sched/
H A Dswait.c23 struct swait_queue *curr; in swake_up_locked() local
63 struct swait_queue *curr; in swake_up_all() local
H A Dstop_task.c73 struct task_struct *curr = rq->curr; in put_prev_task_stop() local
95 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
H A Dcputime.c53 void irqtime_account_irq(struct task_struct *curr, unsigned int offset) in irqtime_account_irq()
456 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
558 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
994 struct task_struct *curr; in kcpustat_field() local
1081 struct task_struct *curr; in kcpustat_cpu_fetch() local
/openbmc/linux/kernel/futex/
H A Dcore.c647 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, in handle_futex_death()
783 static void exit_robust_list(struct task_struct *curr) in exit_robust_list()
877 static void compat_exit_robust_list(struct task_struct *curr) in compat_exit_robust_list()
953 static void exit_pi_state_list(struct task_struct *curr) in exit_pi_state_list()
1022 static inline void exit_pi_state_list(struct task_struct *curr) { } in exit_pi_state_list()
/openbmc/u-boot/cmd/
H A Dgpt.c181 struct disk_part *curr; in del_gpt_info() local
230 struct disk_part *curr; in print_gpt_info() local
269 struct disk_part *curr; in create_gpt_partitions_list() local
654 struct disk_part *curr; in do_rename_gpt_parts() local
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_res.c35 static struct bus_node * __init alloc_error_bus(struct ebda_pci_rsrc *curr, u8 busno, int flag) in alloc_error_bus()
56 static struct resource_node * __init alloc_resources(struct ebda_pci_rsrc *curr) in alloc_resources()
77 …ange(struct bus_node **new_bus, struct range_node **new_range, struct ebda_pci_rsrc *curr, int fla… in alloc_bus_range()
182 struct ebda_pci_rsrc *curr; in ibmphp_rsrc_init() local
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c183 hp_sdc_transaction *curr; in hp_sdc_take() local
313 hp_sdc_transaction *curr; in hp_sdc_tasklet() local
350 hp_sdc_transaction *curr; in hp_sdc_put() local
/openbmc/linux/drivers/char/agp/
H A Dgeneric.c162 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
448 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1151 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
/openbmc/linux/security/apparmor/
H A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible()
64 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c32 U32 const curr = (U32)(ip - base); in ZSTD_fillHashTable() local
141 { U32 const curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic() local
428 U32 const curr = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local
588 const U32 curr = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local
/openbmc/phosphor-logging/lib/
H A Dsdjournal.cpp33 SdJournalHandler* curr = sdjournal_ptr; in SwapJouralHandler() local
/openbmc/entity-manager/src/
H A Dexpression.cpp91 int evaluate(int substitute, std::vector<std::string>::iterator curr, in evaluate()
/openbmc/linux/lib/
H A Dxarray.c1059 void *curr = xas_load(xas); in xas_split() local
1396 void *curr; in xas_find_conflict() local
1471 static void *xas_result(struct xa_state *xas, void *curr) in xas_result()
1541 void *curr; in __xa_store() local
1577 void *curr; in xa_store() local
1607 void *curr; in __xa_cmpxchg() local
1644 void *curr; in __xa_insert() local
/openbmc/libpldm/src/
H A Dpdr.c49 uint32_t curr; in pldm_pdr_add_check() local
751 pldm_entity_node *curr = node->first_child; in pldm_entity_get_num_children() local
770 pldm_entity_node *curr = parent->first_child; in pldm_is_current_parent_child() local
784 pldm_entity_node *curr, pldm_pdr *repo, uint16_t size, in entity_association_pdr_add_children()
832 static int entity_association_pdr_add_entry(pldm_entity_node *curr, in entity_association_pdr_add_entry()
892 static int entity_association_pdr_add(pldm_entity_node *curr, pldm_pdr *repo, in entity_association_pdr_add()
1108 pldm_pdr_record *curr; in pldm_pdr_find_last_in_range() local
/openbmc/qemu/tests/unit/
H A Dtest-qht.c103 unsigned int *curr = userp; in count_func() local
119 unsigned int curr = 0; in iter_check() local

12345678910>>...13