Searched refs:shorted (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/mm/
H A Dpf_in.c67 unsigned shorted:1; member in struct:prefix_bits
77 prf->shorted = 0;
86 prf->shorted = 1;
165 return prf.shorted ? 2 : (prf.enlarged ? 8 : 4);
192 return prf.shorted ? 2 : 4;
196 return prf.shorted ? 2 : (prf.enlarged ? 8 : 4);
/linux-master/include/linux/
H A Duio.h312 size_t shorted = 0; local
316 shorted = iov_iter_count(i) - max_bytes;
320 if (shorted)
321 iov_iter_reexpand(i, iov_iter_count(i) + shorted);
/linux-master/block/
H A Dfops.c674 size_t shorted = 0; local
694 shorted = iov_iter_count(from) - size;
713 iov_iter_reexpand(from, iov_iter_count(from) + shorted);
722 size_t shorted = 0; local
730 shorted = iov_iter_count(to) - size;
757 if (unlikely(shorted))
758 iov_iter_reexpand(to, iov_iter_count(to) + shorted);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3498 uint16_t shorted; /* Keyboard pins are shorted */ member in struct:ec_response_keyboard_factory_test

Completed in 266 milliseconds