Searched full:513 (Results 1 – 25 of 76) sorted by relevance
1234
/linux/fs/bfs/ |
H A D | bfs.h | 11 /* In theory BFS supports up to 512 inodes, numbered from 2 (for /) up to 513 inclusive. 12 In actual fact, attempting to create the 512th inode (i.e. inode No. 513 or file No. 511) 16 #define BFS_MAX_LASTI 513
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | memstress.c |
|
/linux/tools/perf/tests/ |
H A D | api-io.c | 306 for (i = 513; i < 1023; i++) in test_get_line() 313 EXPECT_EQUAL((int)io__getline(&io, &line, &line_len), 513); in test_get_line() 314 EXPECT_EQUAL((int)strlen(line), 513); in test_get_line()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_stack_ptr.c | 245 r1 += -513; \ in to_stack_check_low_2() 255 __failure __msg("invalid write to stack R1 off=-513 size=1") 261 r1 += -513; \ in to_stack_check_low_3()
|
H A D | verifier_raw_stack.c | 239 __failure __msg("invalid write to stack R3 off=-513 size=8") 245 r6 += -513; \ in load_bytes_invalid_access_1()
|
/linux/arch/mips/include/asm/ |
H A D | break.h | 20 #define BRK_KDB 513 /* Used in KDB_ENTER() */
|
/linux/tools/testing/crypto/chacha20-s390/ |
H A D | run-tests.sh | 27 insmod test_cipher.ko size=513
|
/linux/drivers/interconnect/qcom/ |
H A D | sdx65.h | 30 #define SDX65_SLAVE_AOSS 513
|
H A D | qdu1000.h | 43 #define QDU1000_SLAVE_AHB2PHY_SOUTH 513
|
H A D | sm8450.h | 76 #define SM8450_SLAVE_AHB2PHY_SOUTH 513
|
H A D | sc8280xp.h | 87 /* 513 was used by SLAVE_IPA_CORE, now represented as RPMh clock */
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | zynq-reset.txt | 62 513: fpga1 out reset
|
/linux/include/linux/ |
H A D | errno.h | 15 #define ERESTARTNOINTR 513
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | renesas,drif.yaml | 238 clocks = <&cpg CPG_MOD 513>; 243 resets = <&cpg 513>;
|
/linux/Documentation/hwmon/ |
H A D | drivetemp.rst | 13 ANS Project T10/BSR INCITS 513
|
/linux/fs/smb/common/ |
H A D | smbacl.h | 63 #define DOMAIN_USER_RID_LE cpu_to_le32(513)
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb.h | 143 #define MINIMUM_CREDIT_FOR_TSO (DCB_MAX_TSO_SIZE/64 + 1) /* 513 for 32KB TSO packet */
|
/linux/include/dt-bindings/clock/ |
H A D | exynos5420.h | 191 #define CLK_SCLK_PWM_ISP 513
|
H A D | rockchip,rk3576-cru.h | 531 #define ACLK_UFS 513
|
/linux/include/uapi/linux/ |
H A D | if_arp.h | 59 #define ARPHRD_CISCO 513 /* Cisco HDLC */
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 182 { 513, PRUETH_MAX_PKT_SIZE},
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 401 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 401 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn
|
/linux/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 66 #define STG4K3_PLL_MAX_F 513 /* Max */
|
/linux/include/dt-bindings/reset/ |
H A D | rockchip,rk3588-cru.h | 588 #define SRST_A_DDR_BIU 513
|
1234