Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v5.15/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst9 Using numa=fake and CPUSets for Resource Management
11 This document describes how the numa=fake x86_64 command-line option can be used
13 you can create fake NUMA nodes that represent contiguous chunks of memory and
20 more information on the numa=fake command line option and its various ways of
21 configuring fake nodes, see Documentation/x86/x86_64/boot-options.rst.
24 emulation setup of "numa=fake=4*512,". This will split our system memory into
30 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg::
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory
53 Now this cpuset, 'ddset', will only allowed access to fake nodes 0 and 1 for
57 available to them according to the fake nodes assigned as mems::
[all …]
Dindex.rst14 fake-numa-for-cpusets
Dboot-options.rst189 numa=fake=<size>[MG]
193 numa=fake=<N>
194 If given as an integer, fills all system RAM with N fake nodes
197 numa=fake=<N>U
/Linux-v5.15/lib/kunit/
Dkunit-test.c442 struct kunit fake; in kunit_status_set_failure_test() local
444 kunit_init_test(&fake, "fake test", NULL); in kunit_status_set_failure_test()
446 KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); in kunit_status_set_failure_test()
447 kunit_set_failure(&fake); in kunit_status_set_failure_test()
448 KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); in kunit_status_set_failure_test()
453 struct kunit fake; in kunit_status_mark_skipped_test() local
455 kunit_init_test(&fake, "fake test", NULL); in kunit_status_mark_skipped_test()
458 KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); in kunit_status_mark_skipped_test()
459 KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); in kunit_status_mark_skipped_test()
462 kunit_mark_skipped(&fake, "Accepts format string: %s", "YES"); in kunit_status_mark_skipped_test()
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dgmap.h130 int fake);
132 int fake);
134 int fake);
136 int fake);
138 unsigned long *pgt, int *dat_protection, int *fake);
/Linux-v5.15/drivers/net/wireless/marvell/libertas/
Dcfg.c1652 u8 *fake = fake_ie; in lbs_join_post() local
1661 *fake++ = WLAN_EID_SSID; in lbs_join_post()
1662 *fake++ = params->ssid_len; in lbs_join_post()
1663 memcpy(fake, params->ssid, params->ssid_len); in lbs_join_post()
1664 fake += params->ssid_len; in lbs_join_post()
1666 *fake++ = WLAN_EID_SUPP_RATES; in lbs_join_post()
1667 *fake++ = 4; in lbs_join_post()
1668 *fake++ = 0x82; in lbs_join_post()
1669 *fake++ = 0x84; in lbs_join_post()
1670 *fake++ = 0x8b; in lbs_join_post()
[all …]
/Linux-v5.15/arch/s390/kvm/
Dgaccess.c998 int *fake) in kvm_s390_shadow_tables() argument
1006 *fake = 0; in kvm_s390_shadow_tables()
1013 *fake = 1; in kvm_s390_shadow_tables()
1019 if (vaddr.rfx01 > asce.tl && !*fake) in kvm_s390_shadow_tables()
1046 if (*fake) { in kvm_s390_shadow_tables()
1065 rc = gmap_shadow_r2t(sg, saddr, rfte.val, *fake); in kvm_s390_shadow_tables()
1073 if (*fake) { in kvm_s390_shadow_tables()
1093 rc = gmap_shadow_r3t(sg, saddr, rste.val, *fake); in kvm_s390_shadow_tables()
1101 if (*fake) { in kvm_s390_shadow_tables()
1118 *fake = 1; in kvm_s390_shadow_tables()
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_autoload.c34 struct fake_kernel_struct *fake = (void *)ctx; in prog3() local
35 fake->whatever = 123; in prog3()
/Linux-v5.15/drivers/gpu/drm/i915/
DKconfig.unstable24 bool "Enable the experimental fake lmem"
28 Convert some system memory into a fake local memory region for
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dvidtv.rst18 - A fake tuner driver, which will report a bad signal quality if the chosen
22 - A fake demod driver, which will constantly poll the fake signal quality
26 - A fake bridge driver, which is the module responsible for modprobing the
27 fake tuner and demod modules and implementing the demux logic. This module
32 passed to the bridge driver. This fake stream contains some hardcoded content.
81 This probability be used by the fake demodulator driver to
87 probability be used by the fake demodulator driver to eventually
129 Implements a fake tuner DVB driver.
132 Implements a fake demodulator DVB driver.
365 Vidtv is a fake driver and does not validate much of the information
/Linux-v5.15/fs/ext4/
Dinline.c1358 struct ext4_dir_entry_2 fake; in ext4_inlinedir_to_tree() local
1394 fake.inode = cpu_to_le32(inode->i_ino); in ext4_inlinedir_to_tree()
1395 fake.name_len = 1; in ext4_inlinedir_to_tree()
1396 strcpy(fake.name, "."); in ext4_inlinedir_to_tree()
1397 fake.rec_len = ext4_rec_len_to_disk( in ext4_inlinedir_to_tree()
1398 ext4_dir_rec_len(fake.name_len, NULL), in ext4_inlinedir_to_tree()
1400 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR); in ext4_inlinedir_to_tree()
1401 de = &fake; in ext4_inlinedir_to_tree()
1404 fake.inode = cpu_to_le32(parent_ino); in ext4_inlinedir_to_tree()
1405 fake.name_len = 2; in ext4_inlinedir_to_tree()
[all …]
Ddir.c88 bool fake = is_fake_dir_entry(de); in __ext4_check_dir_entry() local
91 if (unlikely(rlen < ext4_dir_rec_len(1, fake ? NULL : dir))) in __ext4_check_dir_entry()
96 fake ? NULL : dir))) in __ext4_check_dir_entry()
115 rlen, size, fake); in __ext4_check_dir_entry()
121 rlen, size, fake); in __ext4_check_dir_entry()
/Linux-v5.15/arch/s390/mm/
Dgmap.c1734 int fake) in gmap_shadow_r2t() argument
1747 if (fake) in gmap_shadow_r2t()
1771 if (fake) { in gmap_shadow_r2t()
1818 int fake) in gmap_shadow_r3t() argument
1831 if (fake) in gmap_shadow_r3t()
1855 if (fake) { in gmap_shadow_r3t()
1902 int fake) in gmap_shadow_sgt() argument
1915 if (fake) in gmap_shadow_sgt()
1939 if (fake) { in gmap_shadow_sgt()
1987 int *fake) in gmap_shadow_pgt_lookup() argument
[all …]
/Linux-v5.15/drivers/edac/
Dghes_edac.c510 bool fake = false; in ghes_edac_register() local
541 fake = true; in ghes_edac_register()
567 if (fake) { in ghes_edac_register()
580 if (!fake) { in ghes_edac_register()
/Linux-v5.15/drivers/vme/bridges/
DKconfig21 If you say Y here you get support for the fake VME bridge. This
/Linux-v5.15/drivers/memory/tegra/
Dtegra210-emc-cc-r21021.c607 struct tegra210_emc_timing *fake, *last = emc->last, *next = emc->next; in tegra210_emc_r21021_set_clock() local
627 fake = tegra210_emc_find_timing(emc, last->rate * 1000UL); in tegra210_emc_r21021_set_clock()
742 value = periodic_compensation_handler(emc, DVFS_SEQUENCE, fake, in tegra210_emc_r21021_set_clock()
925 tRTM = fake->dram_timings[RL] + div_o3(3600, src_clk_period) + in tegra210_emc_r21021_set_clock()
1313 value = (1000 * fake->dram_timings[T_RP]) / src_clk_period; in tegra210_emc_r21021_set_clock()
1322 delay += (1000 * fake->dram_timings[T_RP]) / in tegra210_emc_r21021_set_clock()
1324 delay += 4000 * fake->dram_timings[T_RFC]; in tegra210_emc_r21021_set_clock()
1346 delay = ((1000 * fake->dram_timings[T_RP] / src_clk_period) + in tegra210_emc_r21021_set_clock()
1347 (1000 * fake->dram_timings[T_RFC] / src_clk_period)); in tegra210_emc_r21021_set_clock()
/Linux-v5.15/drivers/iio/dummy/
DKconfig28 The purpose of this is to generate 'fake' event interrupts thus
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c48 static int adf_get_vf_real_id(u32 fake) in adf_get_vf_real_id() argument
55 if (ptr->fake_id == fake) in adf_get_vf_real_id()
/Linux-v5.15/tools/testing/selftests/firmware/
Dfw_lib.sh151 echo $(__setup_random_file fake)
/Linux-v5.15/drivers/phy/tegra/
Dxusb.c1062 int fake; in tegra_xusb_update_usb3_fake_port() local
1070 fake = tegra_xusb_find_unused_usb3_port(usb2->base.padctl); in tegra_xusb_update_usb3_fake_port()
1071 if (fake < 0) { in tegra_xusb_update_usb3_fake_port()
1076 dev_dbg(&usb2->base.dev, "Found unused usb3 port: %d\n", fake); in tegra_xusb_update_usb3_fake_port()
1077 usb2->usb3_port_fake = fake; in tegra_xusb_update_usb3_fake_port()
/Linux-v5.15/sound/soc/
DKconfig53 Do note that it creates fake playback devices which do not interact
/Linux-v5.15/Documentation/i2c/
Di2c-stub.rst8 This module is a very simple fake I2C/SMBus driver. It implements six
/Linux-v5.15/Documentation/filesystems/ext4/
Dchecksums.rst51 fake entry enclosing the checksum field.
/Linux-v5.15/tools/testing/selftests/arm64/signal/
DREADME53 successfully progressed up to the stage of triggering the fake sigreturn
/Linux-v5.15/drivers/net/dsa/
DKconfig23 This enables support for a fake mock-up switch chip which

123