Searched refs:pid (Results 1 – 3 of 3) sorted by relevance
/block/ |
D | bfq-iosched.h | 312 pid_t pid; member 1062 static inline void bfq_pid_to_str(int pid, char *str, int len) in bfq_pid_to_str() argument 1064 if (pid != -1) in bfq_pid_to_str() 1065 snprintf(str, len, "%d", pid); in bfq_pid_to_str() 1077 bfq_pid_to_str((bfqq)->pid, pid_str, MAX_PID_STR_LENGTH); \ 1095 bfq_pid_to_str((bfqq)->pid, pid_str, MAX_PID_STR_LENGTH); \
|
D | ioprio.c | 105 struct pid *pgrp; in SYSCALL_DEFINE3() 197 struct pid *pgrp; in SYSCALL_DEFINE2()
|
D | bfq-iosched.c | 594 bfqq ? bfqq->pid : 0); in bfq_rq_pos_tree_lookup() 2527 new_bfqq->pid); in bfq_setup_merge() 2778 (unsigned long)new_bfqq->pid); in bfq_merge_bfqqs() 2841 new_bfqq->pid = -1; in bfq_merge_bfqqs() 5083 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq() argument 5116 bfqq->pid = pid; in bfq_init_bfqq() 5185 bfq_init_bfqq(bfqd, bfqq, bic, current->pid, in bfq_get_queue() 6008 bfqq->pid = current->pid; in bfq_split_bfqq()
|