Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-sched.c403 struct sched_atom *atom) in perf_sched__process_event() argument
407 switch (atom->type) { in perf_sched__process_event()
409 burn_nsecs(sched, atom->duration); in perf_sched__process_event()
412 if (atom->wait_sem) in perf_sched__process_event()
413 ret = sem_wait(atom->wait_sem); in perf_sched__process_event()
417 if (atom->wait_sem) in perf_sched__process_event()
418 ret = sem_post(atom->wait_sem); in perf_sched__process_event()
892 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local
893 if (!atom) { in add_sched_out_event()
898 atom->sched_out_time = timestamp; in add_sched_out_event()
[all …]
/linux-4.4.14/drivers/net/wireless/orinoco/
Dscan.c231 union hermes_scan_info *atom; in orinoco_add_hostscan_results() local
233 atom = (union hermes_scan_info *) (buf + offset); in orinoco_add_hostscan_results()
235 orinoco_add_hostscan_result(priv, atom); in orinoco_add_hostscan_results()
Dscan.h14 struct agere_ext_scan_info *atom,
Dmain.c1169 struct prism2_scan_apinfo *atom = NULL; in orinoco_join_ap() local
1205 atom = (struct prism2_scan_apinfo *) (buf + offset); in orinoco_join_ap()
1206 if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { in orinoco_join_ap()
1219 req.channel = atom->channel; /* both are little-endian */ in orinoco_join_ap()
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c816 free(arg->atom.atom); in free_arg()
1992 new_atom = realloc(left->atom.atom, in process_op()
1993 strlen(left->atom.atom) + 3); in process_op()
1997 left->atom.atom = new_atom; in process_op()
1998 strcat(left->atom.atom, " *"); in process_op()
2266 *val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval()
2426 return arg->atom.atom; in arg_eval()
2815 arg->typecast.type = arg->atom.atom; in process_paren()
3036 char *atom; in process_arg_token() local
3047 atom = token; in process_arg_token()
[all …]
Devent-parse.h210 char *atom; member
304 struct print_arg_atom atom; member
/linux-4.4.14/sound/soc/intel/
DMakefile7 obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
/linux-4.4.14/arch/x86/platform/
DMakefile2 obj-y += atom/
/linux-4.4.14/sound/soc/intel/atom/
DMakefile2 sst-mfld-platform-compress.o sst-atom-controls.o
/linux-4.4.14/tools/perf/util/
Dprobe-finder.c223 if (op->atom == DW_OP_addr) { in convert_variable_location()
240 if (op->atom == DW_OP_fbreg) { in convert_variable_location()
248 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location()
249 regn = op->atom - DW_OP_breg0; in convert_variable_location()
252 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location()
253 regn = op->atom - DW_OP_reg0; in convert_variable_location()
254 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()
258 } else if (op->atom == DW_OP_regx) { in convert_variable_location()
261 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location()
687 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
Ddwarf-aux.c335 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()
337 expr[0].atom, nexpr); in die_get_data_member_location()
/linux-4.4.14/arch/x86/
DMakefile_32.cpu35 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))…
36 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
DMakefile112 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
113 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
DMakefile15 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
/linux-4.4.14/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c80 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c195 args->atom.atom); in define_event_symbols()
Dtrace-event-python.c210 args->atom.atom); in define_event_symbols()
/linux-4.4.14/drivers/gpu/drm/radeon/
DMakefile68 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
/linux-4.4.14/scripts/
Dget_maintainer.pl2235 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
2236 my $word = "(?:$atom|$quoted_string)";
2239 my $sub_domain = "(?:$atom|$domain_literal)";