Home
last modified time | relevance | path

Searched refs:dummy32 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dptrace.c561 struct compat_per_struct_kernel *dummy32 = NULL; in __peek_user_per_compat() local
563 if (addr == (addr_t) &dummy32->cr9) in __peek_user_per_compat()
567 else if (addr == (addr_t) &dummy32->cr10) in __peek_user_per_compat()
571 else if (addr == (addr_t) &dummy32->cr11) in __peek_user_per_compat()
575 else if (addr == (addr_t) &dummy32->bits) in __peek_user_per_compat()
579 else if (addr == (addr_t) &dummy32->starting_addr) in __peek_user_per_compat()
582 else if (addr == (addr_t) &dummy32->ending_addr) in __peek_user_per_compat()
585 else if (addr == (addr_t) &dummy32->perc_atmid) in __peek_user_per_compat()
588 else if (addr == (addr_t) &dummy32->address) in __peek_user_per_compat()
591 else if (addr == (addr_t) &dummy32 in __peek_user_per_compat()
602 struct compat_user *dummy32 = NULL; __peek_user_compat() local
694 struct compat_per_struct_kernel *dummy32 = NULL; __poke_user_per_compat() local
714 struct compat_user *dummy32 = NULL; __poke_user_compat() local
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4xdr.c367 u32 dummy32; in nfsd4_decode_fattr() local
417 dummy32 = be32_to_cpup(p++); in nfsd4_decode_fattr()
418 READ_BUF(dummy32); in nfsd4_decode_fattr()
419 len += XDR_QUADLEN(dummy32) << 2; in nfsd4_decode_fattr()
420 READMEM(buf, dummy32); in nfsd4_decode_fattr()
421 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr()
427 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr()
430 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr()
446 dummy32 = be32_to_cpup(p++); in nfsd4_decode_fattr()
447 READ_BUF(dummy32); in nfsd4_decode_fattr()
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c436 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
468 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
476 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
509 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
516 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
589 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
728 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
734 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_lazy.c85 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertDUBT1() local
132 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
141 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
306 U32 dummy32; /* to be nullified at the end */ in ZSTD_DUBT_findBestMatch() local
346 if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
353 if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h257 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
330 smallerPtr = &dummy32; in ZSTD_insertBtAndGetAllMatches()
340 largerPtr = &dummy32; in ZSTD_insertBtAndGetAllMatches()
H A Dcompress.c1581 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
1617 smallerPtr = &dummy32; in ZSTD_insertBt1()
1627 largerPtr = &dummy32; in ZSTD_insertBt1()
1665 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndFindBestMatch() local
1700 smallerPtr = &dummy32; in ZSTD_insertBtAndFindBestMatch()
1710 largerPtr = &dummy32; in ZSTD_insertBtAndFindBestMatch()

Completed in 22 milliseconds