Home
last modified time | relevance | path

Searched refs:test_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Drefscale.c393 static DEFINE_RAW_SPINLOCK(test_lock);
401 raw_spin_lock(&test_lock); in ref_lock_section()
402 raw_spin_unlock(&test_lock); in ref_lock_section()
413 raw_spin_lock(&test_lock); in ref_lock_delay_section()
415 raw_spin_unlock(&test_lock); in ref_lock_delay_section()
435 raw_spin_lock_irqsave(&test_lock, flags); in ref_lock_irq_section()
436 raw_spin_unlock_irqrestore(&test_lock, flags); in ref_lock_irq_section()
448 raw_spin_lock_irqsave(&test_lock, flags); in ref_lock_irq_delay_section()
450 raw_spin_unlock_irqrestore(&test_lock, flags); in ref_lock_irq_delay_section()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_exec_test.c54 static void test_lock(struct kunit *test) in test_lock() function
195 KUNIT_CASE(test_lock),
/openbmc/linux/lib/
H A Dtest_lockup.c169 static void test_lock(bool master, bool verbose) in test_lock() function
357 test_lock(master, true); in test_lockup()
389 test_lock(master, false); in test_lockup()
/openbmc/linux/tools/perf/tests/shell/
H A Ddaemon.sh476 test_lock() function
522 test_lock
/openbmc/u-boot/cmd/
H A Dtpm_test.c221 static int test_lock(struct udevice *dev) in test_lock() function