Searched refs:target_pids (Results 1 – 1 of 1) sorted by relevance
485 struct pid **target_pids = NULL; in dbgfs_target_ids_write() local499 target_pids = str_to_pids(kbuf, count, &nr_targets); in dbgfs_target_ids_write()500 if (!target_pids) { in dbgfs_target_ids_write()509 dbgfs_put_pids(target_pids, nr_targets); in dbgfs_target_ids_write()529 ret = dbgfs_set_targets(ctx, nr_targets, target_pids); in dbgfs_target_ids_write()535 kfree(target_pids); in dbgfs_target_ids_write()