/tools/wmi/ |
D | dell-smbios-example.c | 53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() argument 87 *location = (__u16) strtol(buf, NULL, 16); in find_token() 89 if (*location) in find_token() 94 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active() argument 101 buffer->std.input[0] = *location; in token_is_active() 111 __u16 location; in query_token() local 115 ret = find_token(token, &location, &value); in query_token() 120 return token_is_active(&location, &value, buffer); in query_token() 126 __u16 location; in activate_token() local 130 ret = find_token(token, &location, &value); in activate_token() [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 335 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var() local 336 if (!location) in read_int_var() 339 bpf_probe_read(value, sizeof(struct strobe_value_generic), location); in read_int_var() 351 void *location; in read_str_var() local 355 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var() 356 if (!location) in read_str_var() 359 bpf_probe_read(value, sizeof(struct strobe_value_generic), location); in read_str_var() 383 void *location; in read_map_var() local 390 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var() 391 if (!location) in read_map_var() [all …]
|
/tools/perf/scripts/python/ |
D | net_dropmonitor.py | 73 skbaddr, location, protocol): argument 74 slocation = str(location)
|
D | netdev-times.py | 291 skbaddr, protocol, location): argument 293 skbaddr, protocol, location) 433 skbaddr, protocol, location) = event_info
|
/tools/iio/ |
D | iio_generic_buffer.c | 62 channels[i].location = bytes; in size_from_channelarray() 64 channels[i].location = bytes - bytes % channels[i].bytes in size_from_channelarray() 67 bytes = channels[i].location + channels[i].bytes; in size_from_channelarray() 190 print1byte(*(uint8_t *)(data + channels[k].location), in process_scan() 194 print2byte(*(uint16_t *)(data + channels[k].location), in process_scan() 198 print4byte(*(uint32_t *)(data + channels[k].location), in process_scan() 202 print8byte(*(uint64_t *)(data + channels[k].location), in process_scan()
|
D | iio_utils.h | 49 unsigned location; member
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 85 store instruction accessing the same location (we ignore complicating 190 store to the same memory location, from any CPU. 222 each CPU stores to its own shared location and then loads from the 223 other CPU's location: 316 gets stored to a shared memory location (or in the case of an array 344 same memory location (the "-loc" suffix). 386 location: 451 dependency if the value obtained by the read affects the location 461 Here the location accessed by the second READ_ONCE() depends on the 463 to address dependencies, since the address of a location accessed [all …]
|
D | recipes.txt | 15 there is only one CPU or only one memory location is accessed, and the 19 Single CPU or single memory location
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 529 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable 530 filename = os.path.join(location, arg)
|
/tools/memory-model/ |
D | lock.cat | 75 (* Allow up to one unmatched LKW per location; more must deadlock *)
|
D | linux-kernel.cat | 129 * struct srcu_struct location.
|
/tools/perf/Documentation/ |
D | perf-config.txt | 49 can be used to tell the command to read from or write to only that location. 238 cache location, or to disable it altogether. If you want to disable it,
|
D | perf-script-python.txt | 375 Note that the location of the Python script given in the shell script
|
/tools/usb/usbip/ |
D | INSTALL | 179 `CONFIG_SITE' environment variable to the location of the site script.
|
/tools/power/pm-graph/ |
D | README | 500 # push the script to a writeable location
|