Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dv4l2-ctrls.h258 u16 nr_of_buckets; member
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c1724 hdl->nr_of_buckets = 1 + nr_of_controls_hint / 8; in v4l2_ctrl_handler_init_class()
1725 hdl->buckets = kcalloc(hdl->nr_of_buckets, sizeof(hdl->buckets[0]), in v4l2_ctrl_handler_init_class()
1801 bucket = id % hdl->nr_of_buckets; in find_ref()
1848 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref()