| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | proc_net.c | 44 unsigned int state_size = PDE(inode)->state_size; in seq_open_net() local 48 WARN_ON_ONCE(state_size < sizeof(*p)); in seq_open_net() 57 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net() 106 unsigned int state_size, void *data) in proc_create_net_data() argument 116 p->state_size = state_size; in proc_create_net_data() 150 unsigned int state_size, void *data) in proc_create_net_data_write() argument 160 p->state_size = state_size; in proc_create_net_data_write()
|
| H A D | generic.c | 599 if (de->state_size) in proc_seq_open() 600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 608 if (de->state_size) in proc_seq_release() 623 unsigned int state_size, void *data) in proc_create_seq_private() argument 632 p->state_size = state_size; in proc_create_seq_private()
|
| H A D | internal.h | 53 unsigned int state_size; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | proc_fs.h | 93 unsigned int state_size, void *data); 120 unsigned int state_size, void *data); 121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 122 proc_create_net_data(name, mode, parent, ops, state_size, NULL) 130 unsigned int state_size, void *data); 192 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument 193 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/ |
| H A D | signal.c | 283 int state_size = fpu_kernel_xstate_size; in __fpu__restore_sig() local 320 state_size = sizeof(struct fxregs_state); in __fpu__restore_sig() 324 state_size = fx_sw_user.xstate_size; in __fpu__restore_sig() 440 ret = __copy_from_user(&fpu->state.fxsave, buf_fx, state_size); in __fpu__restore_sig() 459 ret = __copy_from_user(&fpu->state.fsave, buf_fx, state_size); in __fpu__restore_sig()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/catpt/ |
| H A D | loader.c | 125 if (!type->loaded || !type->state_size) in catpt_store_module_states() 130 i, off, type->state_size); in catpt_store_module_states() 135 ALIGN(type->state_size, 4)); in catpt_store_module_states() 443 type->state_size = blk->size; in catpt_load_module()
|
| H A D | core.h | 68 u32 state_size; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | insn-attr.h | 138 extern int state_size (void);
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-mci.h | 245 u32 state_size; member
|
| H A D | ddbridge-mci.c | 137 state = kzalloc(cfg->state_size, GFP_KERNEL); in ddb_mci_attach()
|
| H A D | ddbridge-sx8.c | 483 .state_size = sizeof(struct sx8),
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | lzma.txt | 330 state_size = (4 + (1.5 << (lc + lp))) KB 331 by default (lc=3, lp=0), state_size = 16 KB. 358 - LZMA Internal Structures: state_size (16 KB for default settings) 412 - LZMA Internal Structures: state_size (16 KB for default settings) 452 - (dictSize * 11.5 + 6 MB) + state_size
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | insn-attr.h | 263 extern int state_size (void);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | random.tcc | 206 __b, __t, __c, __l>::state_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l> 282 for (int __i = 1; __i < state_size; ++__i) in seed() 291 _M_p = state_size; in seed() 303 for (int __i = 0; __i < state_size; ++__i) in seed() 306 _M_p = state_size; in seed() 320 if (_M_p >= state_size) in operator ()()
|
| H A D | random.h | 556 static const int state_size = __n; in _GLIBCXX_VISIBILITY() 615 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); } in _GLIBCXX_VISIBILITY() 680 _UIntType _M_x[state_size]; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | random.tcc | 206 __b, __t, __c, __l>::state_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l> 282 for (int __i = 1; __i < state_size; ++__i) in seed() 291 _M_p = state_size; in seed() 303 for (int __i = 0; __i < state_size; ++__i) in seed() 306 _M_p = state_size; in seed() 320 if (_M_p >= state_size) in operator ()()
|
| H A D | random.h | 556 static const int state_size = __n; in _GLIBCXX_VISIBILITY() 615 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); } in _GLIBCXX_VISIBILITY() 680 _UIntType _M_x[state_size]; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | random.tcc | 60 _M_pos = state_size; in seed() 143 _M_pos = state_size; in seed() 195 while (__z > state_size - _M_pos) in discard() 197 __z -= state_size - _M_pos; in discard() 337 __lhs._M_stateT + __engine::state_size, in operator ==()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | random.tcc | 60 _M_pos = state_size; in seed() 143 _M_pos = state_size; in seed() 195 while (__z > state_size - _M_pos) in discard() 197 __z -= state_size - _M_pos; in discard() 337 __lhs._M_stateT + __engine::state_size, in operator ==()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | random.tcc | 206 __s, __b, __t, __c, __l, __f>::state_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f> 330 for (size_t __i = 1; __i < state_size; ++__i) in seed() 339 _M_p = state_size; in seed() 360 for (size_t __i = 0; __i < state_size; ++__i) in seed() 385 _M_p = state_size; in seed() 434 while (__z > state_size - _M_p) in discard() 436 __z -= state_size - _M_p; in discard() 455 if (_M_p >= state_size) in operator ()()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | random.tcc | 206 __s, __b, __t, __c, __l, __f>::state_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f> 330 for (size_t __i = 1; __i < state_size; ++__i) in seed() 339 _M_p = state_size; in seed() 360 for (size_t __i = 0; __i < state_size; ++__i) in seed() 385 _M_p = state_size; in seed() 434 while (__z > state_size - _M_p) in discard() 436 __z -= state_size - _M_p; in discard() 455 if (_M_p >= state_size) in operator ()()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 742 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init() local 765 ipad = kzalloc(state_size, GFP_KERNEL); in aead_hmac_init() 771 opad = kzalloc(state_size, GFP_KERNEL); in aead_hmac_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_debugfs.c | 748 uint32_t state_size; in dmub_fw_state_show() local 757 state_size = fb_info->fb[DMUB_WINDOW_6_FW_STATE].size; in dmub_fw_state_show() 759 return seq_write(m, state_base, state_size); in dmub_fw_state_show()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.c | 5259 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE) + in si_upload_sw_state() local 5264 memset(smc_state, 0, state_size); in si_upload_sw_state() 5271 state_size, si_pi->sram_end); in si_upload_sw_state() 5286 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE); in si_upload_ulv_state() local 5288 memset(smc_state, 0, state_size); in si_upload_ulv_state() 5293 state_size, si_pi->sram_end); in si_upload_ulv_state()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | si_dpm.c | 5718 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE) + in si_upload_sw_state() local 5723 memset(smc_state, 0, state_size); in si_upload_sw_state() 5730 state_size, si_pi->sram_end); in si_upload_sw_state() 5743 u32 state_size = sizeof(SISLANDS_SMC_SWSTATE); in si_upload_ulv_state() local 5745 memset(smc_state, 0, state_size); in si_upload_ulv_state() 5750 state_size, si_pi->sram_end); in si_upload_ulv_state()
|