Home
last modified time | relevance | path

Searched refs:insert_head (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/hid/progs/
A Dhid.c14 int insert_head; member
66 ctx->insert_head ? HID_BPF_FLAG_INSERT_HEAD : in attach_prog()
/linux-6.3-rc2/tools/testing/selftests/hid/
A Dhid_bpf.c91 int insert_head; member
502 int insert_head; member
555 args.insert_head = programs[i].insert_head; in load_programs()
781 .insert_head = 0, in TEST_F()
785 .insert_head = 1, in TEST_F()
789 .insert_head = 0, in TEST_F()
/linux-6.3-rc2/rust/alloc/
A Dslice.rs888 fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() function
1101 insert_head(&mut v[i..], &mut is_less); in merge_sort()
1143 insert_head(&mut v[start..end], &mut is_less); in merge_sort()

Completed in 11 milliseconds