Searched refs:above (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/include/net/caif/
H A Dcaif_layer.h117 * @up: Pointer up to the layer above.
161 * above layer using up->receive().
169 * - If parsing succeeds (and above layers return OK) then
238 * @above: Layer above.
240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
/linux-master/tools/testing/ktest/examples/
H A Dvmware.conf16 # is /var/lib/vmware/<virtual machine name>/<the name you entered above>
27 VMWARE_SERIAL_NAME = <the name you entered above>
/linux-master/tools/tracing/latency/
H A DMakefile.config29 $(error Please, check the errors above.)
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c11 * The above copyright notice and this permission notice (including the next
279 unsigned int above; local
281 /* Insert a join above the current layer */
288 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
289 above = round_up(above, SHIFT);
290 next->height = above + p->height;
302 idx = p->prefix >> (above - SHIFT) & MASK;
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh44 local above=$1; shift
55 if ((above)); then
/linux-master/tools/tracing/rtla/
H A DMakefile.config46 $(error Please, check the errors above.)
/linux-master/tools/verification/rv/
H A DMakefile.config46 $(error Please, check the errors above.)
/linux-master/lib/
H A Dtest_ubsan.c72 volatile char above[4] = { }; /* Protect surrounding memory. */ local
76 above[0] = below[0];
78 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "above");
/linux-master/arch/arc/kernel/
H A Dentry.S64 ; 1. Any forked task (Reach here via BRne above)
65 ; 2. First ever init task (Reach here via return from JL above)
68 ; a kernel thread which is executed via JL above but always returns
185 ; don't call ret_from_system_call as it saves r0, already done above
307 ; Ideally we want to discard the Callee reg above, however if this was
H A Dentry-compact.S288 ; Very similar to ProtV handler case (6a) above, but avoids the extra checks
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh92 set key left above Left title reverse
131 set key left above Left title reverse
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S67 @ with core operating above 91 MHz
104 @ about suspending with PXBus operating above 133MHz
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S22 # * Redistributions of source code must retain the above copyright
25 # * Redistributions in binary form must reproduce the above copyright
/linux-master/arch/alpha/lib/
H A Dev67-strchr.S82 addq v0, a2, v0 # E : Add in the bit number from above
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S53 addl #4,%a6 |to offset the sub.l #4,a7 above so that
H A Dbindec.S37 | The operation in A3 above may have set INEX2.
62 | The operation in A3 above may have set INEX2.
101 | As in A14 above, the exp is converted to bcd and the
263 | The operation in A3 above may have set INEX2.
438 | The operation in A3 above may have set INEX2.
784 | As in A14 above, the exp is converted to bcd and the
H A Dscale.S89 fmovel #0,%FPSR |clr status from above
/linux-master/drivers/staging/media/atomisp/pci/
H A Dcss_trace.h151 #error trace sizes are not divided correctly and are above limit
/linux-master/arch/arm/lib/
H A Dbacktrace.S100 mov frame, sv_fp @ above the current frame
/linux-master/include/linux/
H A Dcpuidle.h40 unsigned long long above; /* Number of times it's been too deep */ member in struct:cpuidle_state_usage
72 * the above requirements are met by it.
141 * Carefully undo the above.
/linux-master/drivers/cpuidle/
H A Dsysfs.c269 define_show_state_ull_function(above)
326 define_one_state_ro(above, show_state_above);
H A Dcpuidle.c312 dev->states_usage[entered_state].above++;
/linux-master/drivers/misc/
H A Dbh1770glc.c451 bool above; local
459 above = true;
461 above = false;
464 * when ALS levels goes above limit, proximity result may be
481 if (likely(above)) {
496 /* Set proximity detection rate based on above or below value */
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh197 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal

Completed in 224 milliseconds

123