Home
last modified time | relevance | path

Searched refs:pending_read (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/
H A Dunicode_iterator.hpp260 BOOST_STATIC_CONSTANT(U32Type, pending_read = 0xffffffffu);
273 if(m_value == pending_read) in dereference()
286 m_value = pending_read; in increment()
294 m_value = pending_read; in decrement()
303 m_value = pending_read; in u16_to_u32_iterator()
307 m_value = pending_read; in u16_to_u32_iterator()
314 m_value = pending_read; in u16_to_u32_iterator()
503 BOOST_STATIC_CONSTANT(U32Type, pending_read = 0xffffffffu);
516 if(m_value == pending_read) in dereference()
531 if(m_value == pending_read) in increment()
[all …]
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c1005 static bool is_read_done(struct pending_read *read) in is_read_done()
1010 static void set_read_done(struct pending_read *read) in set_read_done()
1019 static struct pending_read *add_pending_read(struct data_file *df, in add_pending_read()
1022 struct pending_read *result = NULL; in add_pending_read()
1054 struct pending_read *read; in free_pending_read_entry()
1056 read = container_of(entry, struct pending_read, rcu); in free_pending_read_entry()
1062 static void remove_pending_read(struct data_file *df, struct pending_read *read) in remove_pending_read()
1091 struct pending_read *entry = NULL; in notify_pending_reads()
1129 struct pending_read *read = NULL; in wait_for_data_block()
1750 struct pending_read *entry = NULL; in incfs_collect_pending_reads()
H A Ddata_mgmt.h250 struct pending_read { struct
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dclient.c372 cl_vtag->pending_read = true; in mei_cl_set_read_by_fp()
1338 vtag_l->pending_read = false; in mei_cl_reset_read_by_vtag()
1355 if (cl_vtag->pending_read) { in mei_cl_read_vtag_add_fc()
H A Dmei_dev.h208 u8 pending_read:1; member