Home
last modified time | relevance | path

Searched refs:kip (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dkprobes.c160 kip->nused++; in __get_insn_slot()
179 if (!kip) in __get_insn_slot()
184 kfree(kip); in __get_insn_slot()
190 kip->nused = 1; in __get_insn_slot()
192 kip->cache = c; in __get_insn_slot()
208 kip->nused--; in collect_one_slot()
226 kip->cache->free(kip->insns); in collect_one_slot()
227 kfree(kip); in collect_one_slot()
248 if (kip->slot_used[i] == SLOT_DIRTY && collect_one_slot(kip, i)) in collect_garbage_slots()
272 kip = NULL; in __free_insn_slot()
[all …]
/linux/security/
H A Dsecurity.c705 static int lsm_ipc_alloc(struct kern_ipc_perm *kip) in lsm_ipc_alloc() argument
708 kip->security = NULL; in lsm_ipc_alloc()
712 kip->security = kzalloc(blob_sizes.lbs_ipc, GFP_KERNEL); in lsm_ipc_alloc()
713 if (kip->security == NULL) in lsm_ipc_alloc()