Searched refs:pid_size (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c125 u8 pid_size; member in struct:lme2510_state
190 if (st->pid_size == 0)
198 if (pid_len > st->pid_size)
199 st->pid_size = pid_len;
200 pid_buff[7] = 0x80 + st->pid_size;
422 st->pid_size = 0;
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh362 local pid_size
363 pid_size=`perf daemon --config ${config} -x: | head -2 | tail -1 |
370 if [ ! -d "/proc/${pid_size}" ]; then
382 if [ -d "/proc/${pid_size}" ]; then

Completed in 207 milliseconds