Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 96) sorted by relevance

1234

/linux-3.4.99/arch/mips/vr41xx/common/
Dicu.c477 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument
493 intassign0 |= (uint16_t)assign; in set_sysint1_assign()
497 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign()
501 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign()
505 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign()
509 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign()
513 intassign1 |= (uint16_t)assign; in set_sysint1_assign()
517 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign()
521 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign()
528 sysint1_assign[pin] = assign; in set_sysint1_assign()
[all …]
/linux-3.4.99/include/trace/
Ddefine_trace.h26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
35 PARAMS(assign), \
40 assign, print, reg, unreg) \ argument
Dftrace.h31 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
36 PARAMS(assign), \
60 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
81 assign, print, reg, unreg) \ argument
83 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
124 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
225 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
386 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
517 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
546 { assign; } \
[all …]
/linux-3.4.99/Documentation/x86/x86_64/
Dfake-numa-for-cpusets7 assign them to cpusets and their attached tasks. This is a way of limiting the
18 four equal chunks of 512M each that we can now use to assign to cpusets. As
36 Documentation/cgroups/cpusets.txt, you can assign fake nodes (i.e. contiguous memory
49 You can now assign tasks to these cpusets to limit the memory resources
64 This allows for coarse memory management for the tasks you assign to particular
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event.c711 int wmin, int wmax, int *assign) in perf_assign_events() argument
720 if (assign) in perf_assign_events()
721 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
727 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
763 if (assign) in x86_schedule_events()
764 assign[i] = hwc->idx; in x86_schedule_events()
769 num = perf_assign_events(constraints, n, wmin, wmax, assign); in x86_schedule_events()
775 if (!assign || num) { in x86_schedule_events()
826 hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
846 return hwc->idx == cpuc->assign[i] && in match_prev_assignment()
[all …]
Dperf_event.h115 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
312 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
469 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
Dperf_event_p4.c1207 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in p4_pmu_schedule_events() argument
1244 if (assign) in p4_pmu_schedule_events()
1245 assign[i] = hwc->idx; in p4_pmu_schedule_events()
1263 if (assign) in p4_pmu_schedule_events()
1264 assign[i] = cntr_idx; in p4_pmu_schedule_events()
/linux-3.4.99/include/linux/
Dtracepoint.h376 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
386 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
389 assign, print, reg, unreg) \ argument
392 struct, assign, print) \ argument
/linux-3.4.99/drivers/staging/omapdrm/
Dtcm-sita.c138 assign(&area, 0, 0, width - 1, height - 1); in sita_init()
187 assign(&field, tcm->width - 1, tcm->height - 1, 0, 0); in sita_reserve_1d()
332 assign(area, best.a.p0.x, best.a.p0.y, best.a.p1.x, best.a.p1.y); in scan_r2l_t2b()
408 assign(area, best.a.p0.x, best.a.p0.y, best.a.p1.x, best.a.p1.y); in scan_l2r_t2b()
521 assign(&field, 0, 0, boundary_x, boundary_y); in scan_areas_and_find_fit()
528 assign(&field, 0, 0, tcm->width - 1, tcm->height - 1); in scan_areas_and_find_fit()
542 assign(&field, tcm->width - 1, 0, boundary_x, boundary_y); in scan_areas_and_find_fit()
549 assign(&field, tcm->width - 1, 0, 0, tcm->height - 1); in scan_areas_and_find_fit()
615 assign(&me.a, x0, y0, x0 + w - 1, y0 + h - 1); in update_candidate()
Dtcm-sita.h87 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign() function
/linux-3.4.99/drivers/crypto/caam/
Djr.c158 if (jrpriv->assign == JOBR_UNASSIGNED) { in caam_jr_register()
159 jrpriv->assign = JOBR_ASSIGNED; in caam_jr_register()
199 jrpriv->assign = JOBR_UNASSIGNED; in caam_jr_deregister()
423 jrp->assign = JOBR_UNASSIGNED; in caam_jr_init()
Dintern.h48 int assign; /* busy/free */ member
/linux-3.4.99/Documentation/spi/
Dspidev84 return (RD) or assign (WR) the SPI transfer mode. Use the constants
90 which will return (RD) or assign (WR) the bit justification used to
97 a byte which will return (RD) or assign (WR) the number of bits in
101 u32 which will return (RD) or assign (WR) the maximum SPI transfer
102 speed, in Hz. The controller can't necessarily assign that specific
/linux-3.4.99/Documentation/cgroups/
D00-INDEX8 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
/linux-3.4.99/arch/blackfin/mach-common/
Dints-priority.c681 pint_assign = pint[bank]->assign; in init_pint_lut()
973 pint[0]->assign = CONFIG_PINT0_ASSIGN; in init_arch_irq()
974 pint[1]->assign = CONFIG_PINT1_ASSIGN; in init_arch_irq()
975 pint[2]->assign = CONFIG_PINT2_ASSIGN; in init_arch_irq()
976 pint[3]->assign = CONFIG_PINT3_ASSIGN; in init_arch_irq()
/linux-3.4.99/Documentation/
DIRQ.txt19 Architectures can assign additional meaning to the IRQ numbers, and
Dhwspinlock.txt38 - dynamically assign an hwspinlock and return its address, or NULL
45 - assign a specific hwspinlock id and return its address, or NULL
164 /* dynamically assign a hwspinlock */
198 * assign a specific hwspinlock id - this should be called early
/linux-3.4.99/arch/blackfin/mach-bf533/
DKconfig88 This applies to all the above. It is not recommended to assign the
/linux-3.4.99/arch/blackfin/mach-bf537/
DKconfig110 This applies to all the above. It is not recommended to assign the
/linux-3.4.99/drivers/pnp/
DKconfig11 peripherals to be configured by software, e.g. assign IRQ's or other
/linux-3.4.99/Documentation/scheduler/
Dsched-rt-group.txt116 want to assign bandwidth to another group, reduce the root group's bandwidth
117 and assign some or all of the difference to another group.
119 Realtime group scheduling means you have to assign a portion of total CPU
/linux-3.4.99/arch/blackfin/mach-bf538/
DKconfig158 This applies to all the above. It is not recommended to assign the
/linux-3.4.99/net/core/
Dnet_namespace.c60 goto assign; in net_assign_generic()
81 assign: in net_assign_generic()
/linux-3.4.99/Documentation/blockdev/
Dmflash.txt65 * should assign this */
/linux-3.4.99/Documentation/networking/
Dframerelay.txt12 how many DLCIs you want to assign to each Frame Relay Access Device (FRAD).

1234