Searched refs:next_flags (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | merge.c | 810 vm_flags_t next_flags = vm_flags; in __test_merge_existing() local 828 next_flags |= VM_STICKY; in __test_merge_existing() 842 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x9000, 6, next_flags); in __test_merge_existing() 877 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x9000, 6, next_flags); in __test_merge_existing() 976 vma_next = alloc_and_link_vma(&mm, 0x7000, 0x9000, 7, next_flags); in __test_merge_existing() 1012 vma_next = alloc_and_link_vma(&mm, 0x8000, 0xa000, 8, next_flags); in __test_merge_existing()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 1059 const unsigned int next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl() local 1072 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl() 1078 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl() 1081 } else if ((qc->id & next_flags) == next_flags) { in v4l2_query_ext_ctrl()
|