/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 401 struct sched_atom *atom) in perf_sched__process_event() argument 405 switch (atom->type) { in perf_sched__process_event() 407 burn_nsecs(sched, atom->duration); in perf_sched__process_event() 410 if (atom->wait_sem) in perf_sched__process_event() 411 ret = sem_wait(atom->wait_sem); in perf_sched__process_event() 415 if (atom->wait_sem) in perf_sched__process_event() 416 ret = sem_post(atom->wait_sem); in perf_sched__process_event() 887 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 888 if (!atom) { in add_sched_out_event() 893 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | scan.c | 231 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()
|
D | scan.h | 14 struct agere_ext_scan_info *atom,
|
D | main.c | 1169 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.1.27/tools/lib/traceevent/ |
D | event-parse.c | 751 free(arg->atom.atom); in free_arg() 1923 new_atom = realloc(left->atom.atom, in process_op() 1924 strlen(left->atom.atom) + 3); in process_op() 1928 left->atom.atom = new_atom; in process_op() 1929 strcat(left->atom.atom, " *"); in process_op() 2191 *val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval() 2351 return arg->atom.atom; in arg_eval() 2704 arg->typecast.type = arg->atom.atom; in process_paren() 2921 char *atom; in process_arg_token() local 2932 atom = token; in process_arg_token() [all …]
|
D | event-parse.h | 209 char *atom; member 302 struct print_arg_atom atom; member
|
/linux-4.1.27/sound/soc/intel/ |
D | Makefile | 7 obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | Makefile | 2 sst-mfld-platform-compress.o sst-atom-controls.o
|
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 210 if (op->atom == DW_OP_addr) { in convert_variable_location() 227 if (op->atom == DW_OP_fbreg) { in convert_variable_location() 235 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location() 236 regn = op->atom - DW_OP_breg0; in convert_variable_location() 239 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location() 240 regn = op->atom - DW_OP_reg0; in convert_variable_location() 241 } else if (op->atom == DW_OP_bregx) { in convert_variable_location() 245 } else if (op->atom == DW_OP_regx) { in convert_variable_location() 248 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location() 678 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
|
D | dwarf-aux.c | 319 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location() 321 expr[0].atom, nexpr); in die_get_data_member_location()
|
/linux-4.1.27/arch/x86/ |
D | Makefile_32.cpu | 35 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))
|
D | Makefile | 93 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \ 94 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 80 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 195 args->atom.atom); in define_event_symbols()
|
D | trace-event-python.c | 210 args->atom.atom); in define_event_symbols()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | Makefile | 68 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 2197 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2198 my $word = "(?:$atom|$quoted_string)"; 2201 my $sub_domain = "(?:$atom|$domain_literal)";
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 414 atomic_t *atom = data; in lprocfs_rd_atomic() local 415 LASSERT(atom != NULL); in lprocfs_rd_atomic() 416 seq_printf(m, "%d\n", atomic_read(atom)); in lprocfs_rd_atomic()
|