| /linux/scripts/gcc-plugins/ |
| H A 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/tools/perf/util/ |
| H A D | dlfilter.c | 488 #define ASSIGN(x) d_sample.x = sample->x macro 519 ASSIGN(ip); in dlfilter__do_filter_event() 520 ASSIGN(pid); in dlfilter__do_filter_event() 521 ASSIGN(tid); in dlfilter__do_filter_event() 522 ASSIGN(time); in dlfilter__do_filter_event() 523 ASSIGN(addr); in dlfilter__do_filter_event() 524 ASSIGN(id); in dlfilter__do_filter_event() 525 ASSIGN(stream_id); in dlfilter__do_filter_event() 526 ASSIGN(period); in dlfilter__do_filter_event() 527 ASSIGN(weight); in dlfilter__do_filter_event() [all …]
|
| /linux/include/trace/ |
| H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 44 PARAMS(assign), \ 49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument 54 PARAMS(assign), \ 61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 89 assign, print, reg, unreg) \ argument 91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 95 assign, print, reg, unreg) \ argument 97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument [all …]
|
| H A 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
|
| H A D | perf.h | 16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 51 { assign; } \ 65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 67 PARAMS(assign), PARAMS(print)) \ 79 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument 81 PARAMS(assign), PARAMS(print)) \
|
| H A 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_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument 54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | irqfd_test.c | 21 * GSI base to avoid false failures due to cross-task de-assign, i.e. so that 22 * the secondary doesn't de-assign the primary's eventfd and cause assign to 46 /* De-assign should succeed unless the eventfd was closed. */ in juggle_eventfd_secondary() 49 "De-assign should succeed unless the fd was closed"); in juggle_eventfd_secondary() 82 * De-assign should always succeed, even if the corresponding assign in juggle_eventfd_primary() 119 * De-assign all eventfds, along with multiple eventfds that were never in main() 120 * assigned. KVM's ABI is that de-assign is allowed so long as the in main()
|
| /linux/tools/testing/selftests/net/ |
| H A D | unicast_extensions.sh | 164 segmenttest 240.1.2.1 240.1.2.4 24 "assign and ping within 240/4 (1 of 2) (is allowed)" 165 segmenttest 250.100.2.1 250.100.30.4 16 "assign and ping within 240/4 (2 of 2) (is allowed)" 168 segmenttest 0.1.2.17 0.1.2.23 24 "assign and ping within 0/8 (1 of 2) (is allowed)" 169 segmenttest 0.77.240.17 0.77.2.23 16 "assign and ping within 0/8 (2 of 2) (is allowed)" 172 segmenttest 255.255.3.1 255.255.50.77 16 "assign and ping inside 255.255/16 (is allowed)" 175 segmenttest 255.255.255.1 255.255.255.254 24 "assign and ping inside 255.255.255/24 (is allowed)" 182 segmenttest 5.10.15.20 5.10.15.0 24 "assign and ping lowest address (/24)" 185 segmenttest 192.168.101.192 192.168.101.193 26 "assign and ping lowest address (/26)" 201 segmenttest 127.99.4.5 127.99.4.6 16 "assign and ping inside 127/8 (is forbidden)" 205 segmenttest 225.1.2.3 225.1.2.200 24 "assign and ping class D address (is forbidden)"
|
| /linux/rust/syn/ |
| H A D | fixup.rs | 357 Precedence::Assign | Precedence::Let | Precedence::Prefix => { in rightmost_subexpression_precedence() 483 Expr::Assign(_) => fixup.previous_operator <= Precedence::Assign, in scan_left() 485 Precedence::Assign => fixup.previous_operator <= Precedence::Assign, in scan_left() 489 Expr::Range(e) => e.start.is_none() || fixup.previous_operator < Precedence::Assign, in scan_left() 503 Precedence::Assign | Precedence::Compare => precedence <= fixup.next_operator, in scan_right() 515 Expr::Assign(e) if e.attrs.is_empty() => { in scan_right() 522 let right_fixup = fixup.rightmost_subexpression_fixup(false, false, Precedence::Assign); in scan_right() 526 Precedence::Assign, in scan_right() 571 let right_needs_group = binop_prec != Precedence::Assign in scan_right() 630 Precedence::Assign | Precedence::Range => 0, in scan_right() [all …]
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A 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/tools/testing/selftests/drivers/net/virtio_net/ |
| H A D | basic_features.sh | 66 check_err $? "Permanent address assign type for $h1 is not set" 68 check_err $? "Permanent address assign type for $h2 is not set" 76 check_fail $? "Permanent address assign type for $h1 is set when F_MAC feature is filtered" 78 check_fail $? "Permanent address assign type for $h2 is set when F_MAC feature is filtered"
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2ba.py | 45 'ASSIGN', 436 spec : assign 437 | assign spec 447 assign : VARIABLE ASSIGN ltl 522 for assign in spec: 523 if assign[0] == "RULE": 524 rule = assign[1] 526 subexpr[assign[0]] = assign[1]
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | st,stm32mp25-rifsc.yaml | 20 for peripherals), assign all non-RIF aware peripherals to zero, one or 23 unit), assign all non RIF-aware bus master to one security domain by 26 peripheral can assign target bus attributes to this peripheral master port 29 for address space - Lite version), assign address space subregions to one
|
| /linux/samples/trace_events/ |
| H A D | trace-events-sample.h | 137 * To assign a string, use the helper macro __assign_str(). 157 * To assign the string, use the helper macro __assign_vstr(). 177 * To assign this string, use the helper macro __assign_str(). 201 * To assign a bitmask, use the __assign_bitmask() helper macro. 212 * To assign a cpumask, use the __assign_cpumask() helper macro. 244 * Note, that for both the assign and the printk, __entry is the handler 400 * TRACE_EVENT(name, proto, args, struct, assign, printk) 404 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk) 447 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg) 484 * directory, hook it to perf, assign the values and to print out [all …]
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A 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/Documentation/spi/ |
| H A 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/drivers/infiniband/hw/hfi1/ |
| H A 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/include/linux/ |
| H A D | etherdevice.h | 245 * eth_broadcast_addr - Assign broadcast address 248 * Assign the broadcast address to the given address array. 256 * eth_zero_addr - Assign zero address 259 * Assign the zero address to the given address array. 318 * eth_hw_addr_set - Assign Ethernet address to a net_device 320 * @addr: address to assign 322 * Assign given address to the net_device, addr_assign_type is not changed. 595 * eth_hw_addr_gen - Generate and assign Ethernet address to a port 600 * Generate a MAC address using a base address and an offset and assign it 616 * eth_skb_pkt_type - Assign packet type if destination address does not match [all …]
|
| H A D | tracepoint.h | 597 * * Assign the entry into the trace record, by embedding 640 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 652 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 655 assign, print, reg, unreg) \ argument 658 assign, print, reg, unreg) \ argument 662 struct, assign, print) \ argument 665 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, \ argument 681 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 684 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A 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/sound/hda/core/ext/ |
| H A D | stream.c | 60 * @tag: the tag id to assign 325 * snd_hdac_ext_stream_assign - assign a stream for the PCM 327 * @substream: PCM substream to assign 412 * snd_hdac_ext_cstream_assign - assign a host stream for compress 414 * @cstream: Compress stream to assign 416 * Assign an unused host stream for the given compress stream.
|
| /linux/net/batman-adv/ |
| H A 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/arch/x86/events/ |
| H A D | core.c | 76 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign); 809 * Assign events iterating over all events and counters, beginning 985 * Assign a counter for each event. 988 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 997 if (assign) in perf_assign_events() 998 assign[sched.state.event] = sched.state.counter; in perf_assign_events() 1005 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument 1076 if (assign) in x86_schedule_events() 1077 assign[i] = hwc->idx; in x86_schedule_events() 1108 wmax, gpmax, assign); in x86_schedule_events() [all …]
|
| /linux/fs/resctrl/ |
| H A D | monitor.c | 1158 * rdtgroup_assign_cntr() - Assign/unassign the counter ID for the event, RMID 1161 * Assign the counter if @assign is true else unassign the counter. Reset the 1166 u32 cntr_id, bool assign) in rdtgroup_assign_cntr() argument 1170 resctrl_arch_config_cntr(r, d, evtid, rmid, closid, cntr_id, assign); in rdtgroup_assign_cntr() 1178 * rdtgroup_alloc_assign_cntr() - Allocate a counter ID and assign it to the event 1207 * rdtgroup_assign_cntr_event() - Assign a hardware counter for the event in 1208 * @mevt to the resctrl group @rdtgrp. Assign counters to all domains if @d is 1209 * NULL; otherwise, assign the counter to the specified domain @d. 1239 * rdtgroup_assign_cntrs() - Assign counters to MBM events. Called when 1498 rdt_last_cmd_puts("Unsupported assign mode\n"); in resctrl_mbm_assign_mode_write() [all …]
|
| /linux/include/linux/atomic/ |
| H A 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 1203 * @new: int value to assign 1223 * @new: int value to assign 1244 * @new: int value to assign [all...] |