Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c149 u64 next_id; member
1053 return filter->notif->next_id++; in seccomp_next_notify_id()
1781 filter->notif->next_id = get_random_u64(); in init_listener()
/kernel/bpf/
Dsyscall.c3656 #define BPF_OBJ_GET_NEXT_ID_LAST_FIELD next_id
3663 u32 next_id = attr->start_id; in bpf_obj_get_next_id() local
3666 if (CHECK_ATTR(BPF_OBJ_GET_NEXT_ID) || next_id >= INT_MAX) in bpf_obj_get_next_id()
3672 next_id++; in bpf_obj_get_next_id()
3674 if (!idr_get_next(idr, &next_id)) in bpf_obj_get_next_id()
3679 err = put_user(next_id, &uattr->next_id); in bpf_obj_get_next_id()