/linux-6.8/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 343 gimple assign; in perturb_local_entropy() local 348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy() 350 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy() 351 update_stmt(assign); in perturb_local_entropy() 357 gimple assign; in __perturb_latent_entropy() local 367 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy() 368 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy() 369 update_stmt(assign); in __perturb_latent_entropy() 373 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy() 374 gsi_insert_after(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy() [all …]
|
/linux-6.8/tools/perf/util/ |
D | dlfilter.c | 488 #define ASSIGN(x) d_sample.x = sample->x macro 518 ASSIGN(ip); in dlfilter__do_filter_event() 519 ASSIGN(pid); in dlfilter__do_filter_event() 520 ASSIGN(tid); in dlfilter__do_filter_event() 521 ASSIGN(time); in dlfilter__do_filter_event() 522 ASSIGN(addr); in dlfilter__do_filter_event() 523 ASSIGN(id); in dlfilter__do_filter_event() 524 ASSIGN(stream_id); in dlfilter__do_filter_event() 525 ASSIGN(period); in dlfilter__do_filter_event() 526 ASSIGN(weight); in dlfilter__do_filter_event() [all …]
|
/linux-6.8/include/trace/ |
D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 44 PARAMS(assign), \ 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 76 assign, print, reg, unreg) \ argument 78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 82 assign, print, reg, unreg) \ argument 84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 32 PARAMS(assign), \ 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 164 { assign; } \ 188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 36 PARAMS(assign), \ 41 assign, print, reg, unreg) \ argument 46 assign, print, reg, unreg) \ argument 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
|
D | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 51 { assign; } \
|
/linux-6.8/tools/testing/selftests/net/ |
D | unicast_extensions.sh | 171 segmenttest 240.1.2.1 240.1.2.4 24 "assign and ping within 240/4 (1 of 2) (is allowed)" 172 segmenttest 250.100.2.1 250.100.30.4 16 "assign and ping within 240/4 (2 of 2) (is allowed)" 175 segmenttest 0.1.2.17 0.1.2.23 24 "assign and ping within 0/8 (1 of 2) (is allowed)" 176 segmenttest 0.77.240.17 0.77.2.23 16 "assign and ping within 0/8 (2 of 2) (is allowed)" 179 segmenttest 255.255.3.1 255.255.50.77 16 "assign and ping inside 255.255/16 (is allowed)" 182 segmenttest 255.255.255.1 255.255.255.254 24 "assign and ping inside 255.255.255/24 (is allowed)" 189 segmenttest 5.10.15.20 5.10.15.0 24 "assign and ping lowest address (/24)" 192 segmenttest 192.168.101.192 192.168.101.193 26 "assign and ping lowest address (/26)" 208 segmenttest 127.99.4.5 127.99.4.6 16 "assign and ping inside 127/8 (is forbidden)" 212 segmenttest 225.1.2.3 225.1.2.200 24 "assign and ping class D address (is forbidden)"
|
/linux-6.8/Documentation/arch/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 14 assign them to cpusets and their attached tasks. This is a way of limiting the 25 four equal chunks of 512M each that we can now use to assign to cpusets. As 43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory 56 You can now assign tasks to these cpusets to limit the memory resources 75 This allows for coarse memory management for the tasks you assign to particular
|
/linux-6.8/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.h | 401 * @sdt: The SDT to assign to. 405 * This will assign ownership of the service loop to the table, i.e. the table 414 * @to: Where to assign this descriptor loop to 425 * @to: Where in the PMT to assign this descriptor loop to 429 * This will assign ownership of the loop to the table, i.e. the table 439 * @to: Where in the PMT to assign this descriptor loop to 443 * This will assign ownership of the loop to the table, i.e. the table 452 * @pat: The PAT to assign to. 456 * This will assign ownership of the program loop to the table, i.e. the table 464 * @pmt: The PMT to assign to. [all …]
|
/linux-6.8/samples/trace_events/ |
D | trace-events-sample.h | 137 * To assign a string, use the helper macro __assign_str(). 156 * To assign the string, use the helper macro __assign_vstr(). 177 * To assign this string, use the helper macro __assign_str_len(). 199 * To assign a bitmask, use the __assign_bitmask() helper macro. 210 * To assign a cpumask, use the __assign_cpumask() helper macro. 242 * Note, that for both the assign and the printk, __entry is the handler 386 * TRACE_EVENT(name, proto, args, struct, assign, printk) 390 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk) 433 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg) 470 * directory, hook it to perf, assign the values and to print out [all …]
|
/linux-6.8/Documentation/spi/ |
D | spidev.rst | 122 return (RD) or assign (WR) the SPI transfer mode. Use the constants 131 which will return (RD) or assign (WR) the full SPI transfer mode, 136 which will return (RD) or assign (WR) the bit justification used to 144 a byte which will return (RD) or assign (WR) the number of bits in 149 u32 which will return (RD) or assign (WR) the maximum SPI transfer 150 speed, in Hz. The controller can't necessarily assign that specific
|
/linux-6.8/drivers/infiniband/hw/hfi1/ |
D | trace_tid.h | 100 TP_fast_assign(/* assign */ 146 TP_fast_assign(/* assign */ 175 TP_fast_assign(/* assign */ 204 TP_fast_assign(/* assign */ 264 TP_fast_assign(/* assign */ 316 TP_fast_assign(/* assign */ 359 TP_fast_assign(/* assign */ 428 TP_fast_assign(/* assign */ 466 TP_fast_assign(/* assign */ 513 TP_fast_assign(/* assign */ [all …]
|
/linux-6.8/tools/testing/selftests/bpf/progs/ |
D | test_sk_assign.c | 116 goto assign; in handle_udp() 126 assign: in handle_udp() 148 goto assign; in handle_tcp() 165 assign: in handle_tcp()
|
/linux-6.8/include/linux/ |
D | etherdevice.h | 238 * eth_broadcast_addr - Assign broadcast address 241 * Assign the broadcast address to the given address array. 249 * eth_zero_addr - Assign zero address 252 * Assign the zero address to the given address array. 311 * eth_hw_addr_set - Assign Ethernet address to a net_device 313 * @addr: address to assign 315 * Assign given address to the net_device, addr_assign_type is not changed. 590 * eth_hw_addr_gen - Generate and assign Ethernet address to a port 595 * Generate a MAC address using a base address and an offset and assign it
|
D | tracepoint.h | 510 * * Assign the entry into the trace record, by embedding 553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 568 assign, print, reg, unreg) \ argument 571 assign, print, reg, unreg) \ argument 575 struct, assign, print) \ argument 591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
/linux-6.8/net/batman-adv/ |
D | distributed-arp-table.h | 45 * batadv_dat_init_orig_node_addr() - assign a DAT address to the orig_node 46 * @orig_node: the node to assign the DAT address to 58 * batadv_dat_init_own_addr() - assign a DAT address to the node itself
|
/linux-6.8/sound/hda/ext/ |
D | hdac_ext_stream.c | 60 * @tag: the tag id to assign 329 * snd_hdac_ext_stream_assign - assign a stream for the PCM 331 * @substream: PCM substream to assign 416 * snd_hdac_ext_cstream_assign - assign a host stream for compress 418 * @cstream: Compress stream to assign 420 * Assign an unused host stream for the given compress stream.
|
/linux-6.8/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_pipe.c | 49 * don't assign a cursor pipe to a plane that isn't going to in mdp5_pipe_assign() 109 DBG("%s: assign to plane %s for caps %x", in mdp5_pipe_assign() 114 DBG("%s: assign to right of plane %s for caps %x", in mdp5_pipe_assign()
|
/linux-6.8/tools/virtio/linux/ |
D | scatterlist.h | 21 * sg_assign_page - Assign a given page to an SG entry 26 * Assign page to sg entry. Also see sg_set_page(), the most commonly used 53 * Use this function to set an sg entry pointing at a page, never assign
|
/linux-6.8/drivers/pci/ |
D | setup-res.c | 276 * 64-bit window will contain no 32-bit resources. If we assign in __pci_assign_resource() 340 pci_info(dev, "%s %pR: can't assign; bogus alignment\n", in pci_assign_resource() 349 * If we failed to assign anything, let's try the address in pci_assign_resource() 354 pci_info(dev, "%s %pR: can't assign; no space\n", res_name, res); in pci_assign_resource() 359 pci_info(dev, "%s %pR: failed to assign\n", res_name, res); in pci_assign_resource() 468 /* Check if the new config works by trying to assign everything. */ in pci_resize_resource()
|
/linux-6.8/drivers/virt/acrn/ |
D | hypercall.h | 226 * hcall_assign_mmiodev() - Assign a MMIO device to a User VM 238 * hcall_deassign_mmiodev() - De-assign a PCI device from a User VM 250 * hcall_assign_pcidev() - Assign a PCI device to a User VM 262 * hcall_deassign_pcidev() - De-assign a PCI device from a User VM
|
/linux-6.8/net/can/j1939/ |
D | address-claim.c | 102 /* assign source address */ in j1939_ac_fixup() 113 /* assign destination address */ in j1939_ac_fixup() 256 /* assign source name */ in j1939_ac_recv() 264 /* assign destination name */ in j1939_ac_recv()
|
/linux-6.8/arch/x86/events/ |
D | core.c | 69 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign); 780 * Assign events iterating over all events and counters, beginning 956 * Assign a counter for each event. 959 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 968 if (assign) in perf_assign_events() 969 assign[sched.state.event] = sched.state.counter; in perf_assign_events() 976 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument 1048 if (assign) in x86_schedule_events() 1049 assign[i] = hwc->idx; in x86_schedule_events() 1080 wmax, gpmax, assign); in x86_schedule_events() [all …]
|
/linux-6.8/drivers/pnp/ |
D | manager.c | 68 pnp_dbg(&dev->dev, " couldn't assign io %d " in pnp_assign_port() 119 pnp_dbg(&dev->dev, " couldn't assign mem %d " in pnp_assign_mem() 182 pnp_dbg(&dev->dev, " couldn't assign irq %d\n", idx); in pnp_assign_irq() 227 pnp_dbg(&dev->dev, " couldn't assign dma %d\n", idx); in pnp_assign_dma() 327 dev_err(&dev->dev, "unable to assign resources\n"); in pnp_auto_config_dev()
|
/linux-6.8/include/linux/atomic/ |
D | atomic-instrumented.h | 56 * @i: int value to assign 74 * @i: int value to assign 1107 * @new: int value to assign 1126 * @new: int value to assign 1144 * @new: int value to assign 1163 * @new: int value to assign 1182 * @new: int value to assign 1202 * @new: int value to assign 1221 * @new: int value to assign 1241 * @new: int value to assign [all …]
|