Home
last modified time | relevance | path

Searched defs:sbq (Results 1 – 25 of 106) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dsbitmap.c398 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch()
486 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get()
492 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow()
501 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth()
509 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr()
532 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up()
573 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up()
580 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr, in sbitmap_queue_clear()
610 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all()
667 void sbitmap_add_wait_queue(struct sbitmap_queue *sbq, in sbitmap_add_wait_queue()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dsbitmap.c398 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch()
486 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get()
492 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow()
501 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth()
509 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr()
532 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up()
573 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up()
580 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr, in sbitmap_queue_clear()
610 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all()
667 void sbitmap_add_wait_queue(struct sbitmap_queue *sbq, in sbitmap_add_wait_queue()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dsbitmap.c398 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch()
486 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get()
492 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow()
501 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth()
509 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr()
532 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up()
573 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up()
580 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr, in sbitmap_queue_clear()
610 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all()
667 void sbitmap_add_wait_queue(struct sbitmap_queue *sbq, in sbitmap_add_wait_queue()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &/*mos*/, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream & /*mos*/, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
H A Dproducer_consumer_bounded.cpp30 void producer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in producer()
52 void consumer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer2()
129 sync_bounded_queue<int> sbq(10); in main() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &mos, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &mos, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &mos, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream &mos, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
H A Dproducer_consumer_bounded.cpp30 void producer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in producer()
52 void consumer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer2()
129 sync_bounded_queue<int> sbq(10); in main() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &mos, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &mos, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &mos, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream &mos, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
H A Dproducer_consumer_bounded.cpp30 void producer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in producer()
52 void consumer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer2()
129 sync_bounded_queue<int> sbq(10); in main() local
/dports/databases/percona57-server/boost_1_59_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &mos, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &mos, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &mos, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream &mos, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
H A Dproducer_consumer_bounded.cpp30 void producer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in producer()
52 void consumer(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_bounded_queue<int> & sbq) in consumer2()
129 sync_bounded_queue<int> sbq(10); in main() local
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &mos, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &mos, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &mos, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream &mos, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
/dports/databases/percona57-client/boost_1_59_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &mos, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &mos, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &mos, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream &mos, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &mos, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &/*mos*/, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream & /*mos*/, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
/dports/devel/boost-docs/boost_1_72_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &/*mos*/, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream & /*mos*/, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/thread/example/
H A Dproducer_consumer2.cpp30 void producer(the_ostream &/*mos*/, boost::queue_back<int> sbq) in producer()
54 boost::queue_front<int> sbq) in consumer()
77 void consumer2(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer2()
97 void consumer3(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer3()
132 queue_adaptor<sync_queue<int> > sbq; in main() local
H A Dproducer_consumer.cpp27 void producer(the_ostream & /*mos*/, boost::sync_queue<int> & sbq) in producer()
51 boost::sync_queue<int> & sbq) in consumer()
74 void consumer2(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer2()
94 void consumer3(the_ostream &/*mos*/, boost::sync_queue<int> & sbq) in consumer3()
129 sync_queue<int> sbq; in main() local

12345