Searched refs:cd (Results 1 – 3 of 3) sorted by relevance
178 struct rs_codec *cd; in free_rs() local183 cd = rs->codec; in free_rs()185 cd->users--; in free_rs()186 if(!cd->users) { in free_rs()187 list_del(&cd->list); in free_rs()188 kfree(cd->alpha_to); in free_rs()189 kfree(cd->index_of); in free_rs()190 kfree(cd->genpoly); in free_rs()191 kfree(cd); in free_rs()245 struct rs_codec *cd = list_entry(tmp, struct rs_codec, list); in init_rs_internal() local[all …]
63 struct cpio_data cd = { NULL, 0, "" }; in find_cpio_data() local129 strlcpy(cd.name, p + mypathsize, MAX_CPIO_FILE_NAME); in find_cpio_data()131 cd.data = (void *)dptr; in find_cpio_data()132 cd.size = ch[C_FILESIZE]; in find_cpio_data()133 return cd; /* Found it! */ in find_cpio_data()140 return cd; in find_cpio_data()
833 # cd /sys/kernel/debug/notifier-error-inject/memory1759 # cd /sys/kernel/debug/notifier-error-inject/pm/1799 # cd /sys/kernel/debug/notifier-error-inject/netdev