Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 3 of 3) sorted by relevance

/drivers/oprofile/
Dcpu_buffer.c67 unsigned long byte_size = buffer_size * (sizeof(struct op_sample) + in alloc_cpu_buffers() local
70 op_ring_buffer = ring_buffer_alloc(byte_size, OP_BUFFER_FLAGS); in alloc_cpu_buffers()
/drivers/tty/serial/
Dioc3_serial.c591 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument
599 baud, byte_size, stop_bits, parenb, parodd)); in config_port()
604 switch (byte_size) { in config_port()
Dioc4_serial.c1315 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument
1321 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port()
1326 switch (byte_size) { in config_port()