Searched refs:buffer_end (Results 1 – 5 of 5) sorted by relevance
14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1; variable78 if (buff_in > buffer_end) in synth_buffer_add()93 if (buff_out > buffer_end) in synth_buffer_getc()113 if (buff_out > buffer_end) in synth_buffer_skip_nonlatin1()
452 u16 *buffer_entry, *buffer_end; in dell_wmi_notify() local466 buffer_end = buffer_entry + buffer_size; in dell_wmi_notify()480 if (priv->interface_version == 0 && buffer_entry < buffer_end) in dell_wmi_notify()481 if (buffer_end > buffer_entry + buffer_entry[0] + 1) in dell_wmi_notify()482 buffer_end = buffer_entry + buffer_entry[0] + 1; in dell_wmi_notify()484 while (buffer_entry < buffer_end) { in dell_wmi_notify()492 if (buffer_entry + len > buffer_end) { in dell_wmi_notify()
1202 unsigned char *buffer, *buffer_end, *ptr; in sddr09_read_map() local1229 buffer_end = buffer + alloc_len; in sddr09_read_map()1251 ptr = buffer_end; in sddr09_read_map()1254 if (ptr >= buffer_end) { in sddr09_read_map()
1137 unsigned long payload, buffer_end, transmit_header_bytes = 0; in ioctl_queue_iso() local1155 buffer_end = client->buffer.page_count << PAGE_SHIFT; in ioctl_queue_iso()1157 payload >= buffer_end) { in ioctl_queue_iso()1159 buffer_end = 0; in ioctl_queue_iso()1209 if (payload + u->payload_length > buffer_end) in ioctl_queue_iso()
1040 void *buffer_end = ctx->buffer + AR_BUFFERS * PAGE_SIZE; in ohci_ar_context_work() local1041 p = handle_ar_packets(ctx, p, buffer_end); in ohci_ar_context_work()1042 if (p < buffer_end) in ohci_ar_context_work()
Completed in 25 milliseconds