Searched refs:ctp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
H A D | dbdma.c | 260 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local 303 ctp = NULL; in au1xxx_dbdma_chan_alloc() 312 ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); in au1xxx_dbdma_chan_alloc() 313 chan_tab_ptr[i] = ctp; in au1xxx_dbdma_chan_alloc() 318 if (ctp != NULL) { in au1xxx_dbdma_chan_alloc() 319 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc() 320 ctp->chan_index = chan = i; in au1xxx_dbdma_chan_alloc() 323 ctp->chan_ptr = (au1x_dma_chan_t *)dcp; in au1xxx_dbdma_chan_alloc() 325 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc() 326 ctp in au1xxx_dbdma_chan_alloc() 368 chan_tab_t *ctp; au1xxx_dbdma_set_devwidth() local 396 chan_tab_t *ctp; au1xxx_dbdma_ring_alloc() local 593 chan_tab_t *ctp; au1xxx_dbdma_put_source() local 652 chan_tab_t *ctp; au1xxx_dbdma_put_dest() local 716 chan_tab_t *ctp; au1xxx_dbdma_get_dest() local 755 chan_tab_t *ctp; au1xxx_dbdma_stop() local 785 chan_tab_t *ctp; au1xxx_dbdma_start() local 800 chan_tab_t *ctp; au1xxx_dbdma_reset() local 826 chan_tab_t *ctp; au1xxx_get_dma_residue() local 843 chan_tab_t *ctp; au1xxx_dbdma_chan_free() local 866 chan_tab_t *ctp; dbdma_interrupt() local 891 chan_tab_t *ctp; au1xxx_dbdma_dump() local 936 chan_tab_t *ctp; au1xxx_dbdma_put_dscr() local [all...] |
/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | dbdma.c | 261 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local 304 ctp = NULL; in au1xxx_dbdma_chan_alloc() 313 ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); in au1xxx_dbdma_chan_alloc() 314 chan_tab_ptr[i] = ctp; in au1xxx_dbdma_chan_alloc() 319 if (ctp != NULL) { in au1xxx_dbdma_chan_alloc() 320 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc() 321 ctp->chan_index = chan = i; in au1xxx_dbdma_chan_alloc() 324 ctp->chan_ptr = (au1x_dma_chan_t *)dcp; in au1xxx_dbdma_chan_alloc() 326 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc() 327 ctp in au1xxx_dbdma_chan_alloc() 369 chan_tab_t *ctp; au1xxx_dbdma_set_devwidth() local 397 chan_tab_t *ctp; au1xxx_dbdma_ring_alloc() local 594 chan_tab_t *ctp; au1xxx_dbdma_put_source() local 654 chan_tab_t *ctp; au1xxx_dbdma_put_dest() local 719 chan_tab_t *ctp; au1xxx_dbdma_get_dest() local 758 chan_tab_t *ctp; au1xxx_dbdma_stop() local 788 chan_tab_t *ctp; au1xxx_dbdma_start() local 803 chan_tab_t *ctp; au1xxx_dbdma_reset() local 829 chan_tab_t *ctp; au1xxx_get_dma_residue() local 846 chan_tab_t *ctp; au1xxx_dbdma_chan_free() local 869 chan_tab_t *ctp; dbdma_interrupt() local 894 chan_tab_t *ctp; au1xxx_dbdma_dump() local 939 chan_tab_t *ctp; au1xxx_dbdma_put_dscr() local [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 333 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local 334 const BYTE* const ctStart = ctp; in ZSTD_estimateSubBlockSize_symbolType() 352 while (ctp < ctEnd) { in ZSTD_estimateSubBlockSize_symbolType() 353 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateSubBlockSize_symbolType() 354 else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of additional bits */ in ZSTD_estimateSubBlockSize_symbolType() 355 ctp++; in ZSTD_estimateSubBlockSize_symbolType()
|
H A D | zstd_compress.c | 3180 const BYTE* ctp = codeTable; in ZSTD_estimateBlockSize_symbolType() local 3181 const BYTE* const ctStart = ctp; in ZSTD_estimateBlockSize_symbolType() 3200 while (ctp < ctEnd) { in ZSTD_estimateBlockSize_symbolType() 3201 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateBlockSize_symbolType() 3202 else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of additional bits */ in ZSTD_estimateBlockSize_symbolType() 3203 ctp++; in ZSTD_estimateBlockSize_symbolType()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 471 * @ctp: child task pointer 478 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument 482 skp = smk_of_task_struct(ctp); in smack_ptrace_access_check()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 483 * @ctp: child task pointer 490 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument 494 skp = smk_of_task_struct_obj(ctp); in smack_ptrace_access_check()
|
Completed in 25 milliseconds