Searched refs:new_p (Results 1 – 5 of 5) sorted by relevance
/linux/security/keys/trusted-keys/ |
H A D | trusted_core.c | 233 struct trusted_key_payload *new_p; in trusted_update() local 250 new_p = trusted_payload_alloc(key); in trusted_update() 251 if (!new_p) { in trusted_update() 258 ret = datablob_parse(&datablob, new_p); in trusted_update() 261 kfree_sensitive(new_p); in trusted_update() 266 new_p->migratable = p->migratable; in trusted_update() 267 new_p->key_len = p->key_len; in trusted_update() 268 memcpy(new_p->key, p->key, p->key_len); in trusted_update() 270 dump_payload(new_p); in trusted_update() 272 ret = static_call(trusted_key_seal)(new_p, datablob); in trusted_update() [all …]
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | dma.c | 138 struct page *new_p = NULL; in mt7601u_rx_process_entry() local 147 new_p = dev_alloc_pages(MT_RX_ORDER); in mt7601u_rx_process_entry() 151 new_p ? e->p : NULL, &list); in mt7601u_rx_process_entry() 159 trace_mt_rx_dma_aggr(dev, cnt, !!new_p); in mt7601u_rx_process_entry() 163 if (new_p) { in mt7601u_rx_process_entry() 166 e->p = new_p; in mt7601u_rx_process_entry()
|
/linux/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 605 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument 611 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5() 635 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5() 661 current_thread_info()->utraps[type] = (long)new_p; in SYSCALL_DEFINE5()
|
H A D | systbls.h | 45 utrap_handler_t new_p,
|
/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 701 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() local 729 new_p = NFT_PIPAPO_LT_ALIGN(new_lt); in pipapo_resize() 734 memcpy(new_p, old_p, copy * sizeof(*new_p)); in pipapo_resize() 735 new_p += copy; in pipapo_resize() 739 new_p += new_bucket_size - f->bsize; in pipapo_resize()
|