Searched refs:new_seq (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | ast.c | 177 uint64_t new_seq, prev_seq; in dlm_add_cb() local 181 new_seq = ++dlm_cb_seq; in dlm_add_cb() 183 new_seq = ++dlm_cb_seq; in dlm_add_cb() 187 dlm_user_add_ast(lkb, flags, mode, status, sbflags, new_seq); in dlm_add_cb() 194 rv = dlm_add_lkb_callback(lkb, flags, mode, status, sbflags, new_seq); in dlm_add_cb()
|
| H A D | rcom.c | 115 static void allow_sync_reply(struct dlm_ls *ls, uint64_t *new_seq) in allow_sync_reply() argument 118 *new_seq = ++ls->ls_rcom_seq; in allow_sync_reply()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | mmp.c | 267 u32 new_seq; in mmp_new_seq() local 270 new_seq = prandom_u32(); in mmp_new_seq() 271 } while (new_seq > EXT4_MMP_SEQ_MAX); in mmp_new_seq() 273 return new_seq; in mmp_new_seq()
|
| /OK3568_Linux_fs/kernel/drivers/net/slip/ |
| H A D | slhc.c | 236 unsigned char new_seq[16]; in slhc_compress() local 237 unsigned char *cp = new_seq; in slhc_compress() 420 cp = new_seq; in slhc_compress() 427 cp = new_seq; in slhc_compress() 450 deltaS = cp - new_seq; in slhc_compress() 465 memcpy(cp,new_seq,deltaS); /* Write list of deltas */ in slhc_compress()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | policy.hpp | 339 typedef typename mpl::push_back<Seq, T>::type new_seq; typedef 340 typedef typename append_N<new_seq, T, N-1>::type type;
|