Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 88) sorted by relevance

1234

/linux-4.19.296/include/linux/
Duidgid.h61 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq()
66 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq()
71 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt()
76 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt()
81 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte()
86 static inline bool gid_gte(kgid_t left, kgid_t right) in gid_gte()
91 static inline bool uid_lt(kuid_t left, kuid_t right) in uid_lt()
96 static inline bool gid_lt(kgid_t left, kgid_t right) in gid_lt()
101 static inline bool uid_lte(kuid_t left, kuid_t right) in uid_lte()
106 static inline bool gid_lte(kgid_t left, kgid_t right) in gid_lte()
Dprojid.h36 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq()
41 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt()
/linux-4.19.296/fs/quota/
Dkqid.c13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq()
37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
/linux-4.19.296/lib/
Dsiphash.c50 const u8 left = len & (sizeof(u64) - 1); in __siphash_aligned() local
83 const u8 left = len & (sizeof(u64) - 1); in __siphash_unaligned() local
251 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_aligned() local
284 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_unaligned() local
413 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_aligned() local
436 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_unaligned() local
Diov_iter.c154 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
238 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
495 ssize_t left; in push_pipe() local
969 size_t off = i->iov_offset, left = size; in pipe_advance() local
/linux-4.19.296/crypto/
Decc.c174 static int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp()
223 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add()
243 static u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub()
262 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64()
297 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult()
333 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits) in vli_square()
375 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add()
392 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub()
536 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast()
546 static void vli_mod_square_fast(u64 *result, const u64 *left, in vli_mod_square_fast()
/linux-4.19.296/drivers/misc/cb710/
Dsgbuf2.c30 size_t len, left = 4; in sg_dwiter_read_buffer() local
106 size_t len, left = 4; in sg_dwiter_write_slow() local
/linux-4.19.296/drivers/hid/
Dhid-betopff.c45 __u16 left, right; in hid_betopff_play() local
Dhid-zpff.c42 int left, right; in zpff_play() local
Dhid-gaff.c47 int left, right; in hid_gaff_play() local
Dhid-sjoy.c46 u32 left, right; in hid_sjoyff_play() local
Dhid-axff.c49 int left, right; in axff_play() local
Dhid-holtekff.c107 int left, right; in holtekff_play() local
Dhid-lgff.c75 unsigned int left, right; in hid_lgff_play() local
Dhid-pl.c64 int left, right; in hid_plff_play() local
Dhid-tmff.c92 int left, right; /* Rumbling */ in tmff_play() local
/linux-4.19.296/lib/zlib_inflate/
Dinftrees.c32 int left; /* number of prefix codes available */ in zlib_inflate_table() local
Dinflate.c322 unsigned have, left; /* available input and output */ in zlib_inflate() local
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c391 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents()
457 struct xfs_refcount_irec *left, in xfs_refcount_merge_left_extent()
572 struct xfs_refcount_irec *left, in xfs_refcount_find_left_extents()
753 struct xfs_refcount_irec left = {0}, cleft = {0}; in xfs_refcount_merge_extents() local
/linux-4.19.296/fs/dlm/
Ddir.c88 int left; in dlm_recover_directory() local
/linux-4.19.296/drivers/isdn/hardware/avm/
Db1.c156 int i, left; in b1_load_t4file() local
199 int i, j, left; in b1_load_config() local
/linux-4.19.296/fs/nfs/blocklayout/
Dextent_tree.c97 struct pnfs_block_extent *left = ext_tree_prev(be); in ext_try_to_merge_left() local
433 struct pnfs_block_extent *left = ext_tree_prev(be); in ext_tree_mark_written() local
/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c844 int numfound = 0, bitoff, left, startoff, lastzero; in ocfs2_local_alloc_find_clear_bits() local
972 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local
/linux-4.19.296/fs/ntfs/
Drunlist.c288 bool left = false; /* Left end of @src needs merging. */ in ntfs_rl_insert() local
385 bool left = false; /* Left end of @src needs merging. */ in ntfs_rl_replace() local
/linux-4.19.296/include/uapi/linux/tc_ematch/
Dtc_em_meta.h89 struct tcf_meta_val left; member

1234